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