Add ability to edit 'delete_on_deplete' field

This commit is contained in:
Oliver Walters 2019-05-09 23:06:19 +10:00
parent ac326c135f
commit 027e1cf130
2 changed files with 7 additions and 5 deletions

View File

@ -34,6 +34,7 @@ class CreateStockItemForm(HelperForm):
'location',
'batch',
'quantity',
'delete_on_deplete',
'status',
'notes',
'URL',
@ -78,6 +79,7 @@ class EditStockItemForm(HelperForm):
fields = [
'supplier_part',
'batch',
'delete_on_deplete',
'status',
'notes',
'URL',