Misc. UI improvements for truck dump receiving on desktop

links back and forth between parent/child rows, a little help text etc.
This commit is contained in:
Lance Edgar 2018-09-22 18:33:01 -05:00
parent 255485296c
commit 4a610ba2e6
3 changed files with 42 additions and 6 deletions

View file

@ -628,7 +628,8 @@ class PurchasingBatchView(BatchMasterView):
if row.status_code in (row.STATUS_INCOMPLETE,
row.STATUS_CASE_QUANTITY_DIFFERS,
row.STATUS_ORDERED_RECEIVED_DIFFER,
row.STATUS_TRUCKDUMP_UNCLAIMED):
row.STATUS_TRUCKDUMP_UNCLAIMED,
row.STATUS_TRUCKDUMP_PARTCLAIMED):
return 'notice'
def configure_row_form(self, f):