Allow bulk delete of New Product batch rows
This commit is contained in:
parent
15f7018aab
commit
39b1a78b89
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class NewProductBatchView(BatchMasterView):
|
|||
downloadable = True
|
||||
bulk_deletable = True
|
||||
rows_editable = True
|
||||
rows_bulk_deletable = True
|
||||
|
||||
form_fields = [
|
||||
'id',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue