Expose new price fields for POS batch row

This commit is contained in:
Lance Edgar 2023-10-18 21:25:32 -05:00
parent 230a54cb99
commit 954a2b78be

View file

@ -107,7 +107,12 @@ class POSBatchView(BatchMasterView):
'department_number', 'department_number',
'department_name', 'department_name',
'reg_price', 'reg_price',
'cur_price',
'cur_price_type',
'cur_price_start',
'cur_price_end',
'txn_price', 'txn_price',
'txn_price_adjusted',
'quantity', 'quantity',
'sales_total', 'sales_total',
'tax_code', 'tax_code',