Allow "execute results" for inventory batches
This commit is contained in:
parent
d27759ac2d
commit
64afab821f
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue