Allow bulk delete of New Product batch rows

This commit is contained in:
Lance Edgar 2019-10-23 14:50:36 -05:00
parent 15f7018aab
commit 39b1a78b89

View file

@ -44,6 +44,7 @@ class NewProductBatchView(BatchMasterView):
downloadable = True
bulk_deletable = True
rows_editable = True
rows_bulk_deletable = True
form_fields = [
'id',