Allow bulk-delete for Inventory Batches
This commit is contained in:
parent
35bef2c3dd
commit
242e14e8a9
|
@ -62,6 +62,7 @@ class InventoryBatchView(BatchMasterView):
|
||||||
url_prefix = '/batch/inventory'
|
url_prefix = '/batch/inventory'
|
||||||
index_title = "Inventory"
|
index_title = "Inventory"
|
||||||
rows_creatable = True
|
rows_creatable = True
|
||||||
|
bulk_deletable = True
|
||||||
results_executable = True
|
results_executable = True
|
||||||
mobile_creatable = True
|
mobile_creatable = True
|
||||||
mobile_rows_creatable = True
|
mobile_rows_creatable = True
|
||||||
|
|
Loading…
Reference in a new issue