Highlight purchasing batch rows with "case quantity differs" status
This commit is contained in:
parent
ed6f2f27cc
commit
2983ff7ba0
1 changed files with 1 additions and 0 deletions
|
@ -614,6 +614,7 @@ class PurchasingBatchView(BatchMasterView):
|
|||
row.STATUS_COST_NOT_FOUND):
|
||||
return 'warning'
|
||||
if row.status_code in (row.STATUS_INCOMPLETE,
|
||||
row.STATUS_CASE_QUANTITY_DIFFERS,
|
||||
row.STATUS_ORDERED_RECEIVED_DIFFER,
|
||||
row.STATUS_TRUCKDUMP_UNCLAIMED):
|
||||
return 'notice'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue