Add price diff column to pricing batch row grid
This commit is contained in:
parent
e86066e9ed
commit
3e98b24492
|
@ -80,6 +80,7 @@ class PricingBatchView(BatchMasterView):
|
||||||
g.old_price,
|
g.old_price,
|
||||||
g.new_price,
|
g.new_price,
|
||||||
g.price_margin,
|
g.price_margin,
|
||||||
|
g.price_diff,
|
||||||
g.status_code,
|
g.status_code,
|
||||||
],
|
],
|
||||||
readonly=True)
|
readonly=True)
|
||||||
|
|
Loading…
Reference in a new issue