Expose old_price_margin
field for pricing batch rows
This commit is contained in:
parent
358ac1592b
commit
fe35986432
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue