Show ordered quantity when viewing costing batch row

This commit is contained in:
Lance Edgar 2021-11-17 14:57:10 -06:00
parent 0fa888efaf
commit b8f1b7bd84

View file

@ -129,6 +129,8 @@ class CostingBatchView(PurchasingBatchView):
'size', 'size',
'department_name', 'department_name',
'case_quantity', 'case_quantity',
'cases_ordered',
'units_ordered',
'cases_shipped', 'cases_shipped',
'units_shipped', 'units_shipped',
'cases_received', 'cases_received',