Allow bulk row delete for generic products batch

This commit is contained in:
Lance Edgar 2019-05-30 13:25:42 -05:00
parent 1fb121fb6d
commit bbe2efa4b3

View file

@ -62,6 +62,7 @@ class ProductBatchView(BatchMasterView):
downloadable = True
cloneable = True
execution_options_schema = ExecutionOptions
rows_bulk_deletable = True
form_fields = [
'id',