Expose "shelved" field for pricing batches
This commit is contained in:
parent
b13cae11fa
commit
2139fea3d0
|
@ -81,6 +81,7 @@ class PricingBatchView(BatchMasterView):
|
||||||
'created',
|
'created',
|
||||||
'created_by',
|
'created_by',
|
||||||
'rowcount',
|
'rowcount',
|
||||||
|
'shelved',
|
||||||
'executed',
|
'executed',
|
||||||
'executed_by',
|
'executed_by',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue