Highlight purchasing batch rows with "case quantity differs" status

This commit is contained in:
Lance Edgar 2018-07-10 12:38:58 -05:00
parent ed6f2f27cc
commit 2983ff7ba0

View file

@ -614,6 +614,7 @@ class PurchasingBatchView(BatchMasterView):
row.STATUS_COST_NOT_FOUND): row.STATUS_COST_NOT_FOUND):
return 'warning' return 'warning'
if row.status_code in (row.STATUS_INCOMPLETE, if row.status_code in (row.STATUS_INCOMPLETE,
row.STATUS_CASE_QUANTITY_DIFFERS,
row.STATUS_ORDERED_RECEIVED_DIFFER, row.STATUS_ORDERED_RECEIVED_DIFFER,
row.STATUS_TRUCKDUMP_UNCLAIMED): row.STATUS_TRUCKDUMP_UNCLAIMED):
return 'notice' return 'notice'