Expose more attrs for new product batch rows

This commit is contained in:
Lance Edgar 2022-08-30 13:57:18 -05:00
parent 731c2168b0
commit 12e4b0a139

View file

@ -97,6 +97,10 @@ class NewProductBatchView(BatchMasterView):
'subdepartment_number',
'subdepartment_name',
'subdepartment',
'weighed',
'tax1',
'tax2',
'tax3',
'case_size',
'case_cost',
'unit_cost',
@ -111,6 +115,7 @@ class NewProductBatchView(BatchMasterView):
'family',
'report_code',
'report',
'ecommerce_available',
'status_code',
'status_text',
]