Allow bulk-delete for Inventory Batches

This commit is contained in:
Lance Edgar 2020-03-29 12:07:42 -05:00
parent 35bef2c3dd
commit 242e14e8a9

View file

@ -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