Fix checkbox behavior for Inventory Worksheet
This commit is contained in:
parent
f7f8f8dabf
commit
9b67010f2c
|
@ -24,13 +24,14 @@
|
||||||
</b-field>
|
</b-field>
|
||||||
|
|
||||||
<b-field>
|
<b-field>
|
||||||
<b-checkbox name="weighted-only">
|
<b-checkbox name="weighted-only" native-value="1">
|
||||||
Only include items which are sold by weight.
|
Only include items which are sold by weight.
|
||||||
</b-checkbox>
|
</b-checkbox>
|
||||||
</b-field>
|
</b-field>
|
||||||
|
|
||||||
<b-field>
|
<b-field>
|
||||||
<b-checkbox name="exclude-not-for-sale" :value="true">
|
<b-checkbox name="exclude-not-for-sale" :value="true"
|
||||||
|
native-value="1">
|
||||||
Exclude items marked "not for sale".
|
Exclude items marked "not for sale".
|
||||||
</b-checkbox>
|
</b-checkbox>
|
||||||
</b-field>
|
</b-field>
|
||||||
|
|
Loading…
Reference in a new issue