mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-02 01:51:33 +00:00
Add ability to edit 'delete_on_deplete' field
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user