Expose more attrs for new product batch rows
This commit is contained in:
parent
731c2168b0
commit
12e4b0a139
|
@ -97,6 +97,10 @@ class NewProductBatchView(BatchMasterView):
|
||||||
'subdepartment_number',
|
'subdepartment_number',
|
||||||
'subdepartment_name',
|
'subdepartment_name',
|
||||||
'subdepartment',
|
'subdepartment',
|
||||||
|
'weighed',
|
||||||
|
'tax1',
|
||||||
|
'tax2',
|
||||||
|
'tax3',
|
||||||
'case_size',
|
'case_size',
|
||||||
'case_cost',
|
'case_cost',
|
||||||
'unit_cost',
|
'unit_cost',
|
||||||
|
@ -111,6 +115,7 @@ class NewProductBatchView(BatchMasterView):
|
||||||
'family',
|
'family',
|
||||||
'report_code',
|
'report_code',
|
||||||
'report',
|
'report',
|
||||||
|
'ecommerce_available',
|
||||||
'status_code',
|
'status_code',
|
||||||
'status_text',
|
'status_text',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue