Add "exclude not for sale" option to Inventory Worksheet.

This commit is contained in:
Lance Edgar 2014-09-11 20:59:43 -07:00
parent dfb5e83c7e
commit a3cfbd1e09
2 changed files with 15 additions and 8 deletions

View file

@ -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">