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',
|
'new_price',
|
||||||
'price_diff',
|
'price_diff',
|
||||||
'price_diff_percent',
|
'price_diff_percent',
|
||||||
'price_margin',
|
|
||||||
'price_markup',
|
'price_markup',
|
||||||
|
'price_margin',
|
||||||
|
'old_price_margin',
|
||||||
'margin_diff',
|
'margin_diff',
|
||||||
'status_code',
|
'status_code',
|
||||||
'status_text',
|
'status_text',
|
||||||
|
|
Loading…
Reference in a new issue