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:
parent
255485296c
commit
4a610ba2e6
3 changed files with 42 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue