Expose "shelved" field for pricing batches

This commit is contained in:
Lance Edgar 2020-05-18 14:42:02 -05:00
parent b13cae11fa
commit 2139fea3d0

View file

@ -81,6 +81,7 @@ class PricingBatchView(BatchMasterView):
'created', 'created',
'created_by', 'created_by',
'rowcount', 'rowcount',
'shelved',
'executed', 'executed',
'executed_by', 'executed_by',
] ]