Expose old_price_margin
field for pricing batch rows
This commit is contained in:
parent
358ac1592b
commit
fe35986432
|
@ -123,8 +123,9 @@ class PricingBatchView(BatchMasterView):
|
|||
'new_price',
|
||||
'price_diff',
|
||||
'price_diff_percent',
|
||||
'price_margin',
|
||||
'price_markup',
|
||||
'price_margin',
|
||||
'old_price_margin',
|
||||
'margin_diff',
|
||||
'status_code',
|
||||
'status_text',
|
||||
|
|
Loading…
Reference in a new issue