Add "exclude not for sale" option to Inventory Worksheet.
This commit is contained in:
parent
dfb5e83c7e
commit
a3cfbd1e09
2 changed files with 15 additions and 8 deletions
|
@ -19,8 +19,12 @@ ${h.form(request.current_route_url())}
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
${h.checkbox('weighted-only', label=h.literal("Include items sold by weight <strong>only</strong>."))}
|
||||
<div class="field-wrapper">
|
||||
${h.checkbox('weighted-only', label="Only include items which are sold by weight.")}
|
||||
</div>
|
||||
|
||||
<div class="field-wrapper">
|
||||
${h.checkbox('exclude-not-for-sale', label="Exclude items marked \"not for sale\".", checked=True)}
|
||||
</div>
|
||||
|
||||
<div class="buttons">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue