Add "print receiving worksheet" feature, for 'ordered' purchases

This commit is contained in:
Lance Edgar 2016-12-14 12:32:41 -06:00
parent 86c667e1f1
commit 11e78adaab
6 changed files with 128 additions and 2 deletions

View file

@ -331,7 +331,7 @@
${h.hidden('ordered_product')}
<div class="field-wrapper">
<label for="upc">Product UPC</label>
<label for="upc">Receiving UPC</label>
<div class="field">
${h.hidden('product')}
<div>${h.text('upc', autocomplete='off')}</div>