Expose new price fields for POS batch row
This commit is contained in:
parent
230a54cb99
commit
954a2b78be
|
@ -107,7 +107,12 @@ class POSBatchView(BatchMasterView):
|
|||
'department_number',
|
||||
'department_name',
|
||||
'reg_price',
|
||||
'cur_price',
|
||||
'cur_price_type',
|
||||
'cur_price_start',
|
||||
'cur_price_end',
|
||||
'txn_price',
|
||||
'txn_price_adjusted',
|
||||
'quantity',
|
||||
'sales_total',
|
||||
'tax_code',
|
||||
|
|
Loading…
Reference in a new issue