Use 'today' as fallback date for ordering worksheet
This commit is contained in:
parent
79b1502920
commit
fde5398455
2 changed files with 6 additions and 2 deletions
|
@ -224,12 +224,12 @@ ${h.end_form()}
|
|||
% endfor
|
||||
% if not ignore_cases:
|
||||
<th>
|
||||
${batch.date_ordered.strftime('%m/%d')}<br />
|
||||
${order_date.strftime('%m/%d')}<br />
|
||||
Cases
|
||||
</th>
|
||||
% endif
|
||||
<th>
|
||||
${batch.date_ordered.strftime('%m/%d')}<br />
|
||||
${order_date.strftime('%m/%d')}<br />
|
||||
Units
|
||||
</th>
|
||||
<th>PO Total</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue