Allow "execute results" for inventory batches

This commit is contained in:
Lance Edgar 2017-12-02 17:59:21 -06:00
parent d27759ac2d
commit 64afab821f

View file

@ -54,6 +54,7 @@ class InventoryBatchView(BatchMasterView):
url_prefix = '/batch/inventory' url_prefix = '/batch/inventory'
index_title = "Inventory" index_title = "Inventory"
creatable = False creatable = False
results_executable = True
mobile_creatable = True mobile_creatable = True
mobile_rows_creatable = True mobile_rows_creatable = True