Show ordered quantity when viewing costing batch row
This commit is contained in:
parent
0fa888efaf
commit
b8f1b7bd84
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue