mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +00:00
Allow editing of more stockitem options
This commit is contained in:
@@ -64,7 +64,9 @@ class EditStockItemForm(HelperForm):
|
||||
model = StockItem
|
||||
|
||||
fields = [
|
||||
'supplier_part',
|
||||
'batch',
|
||||
'status',
|
||||
'notes'
|
||||
'notes',
|
||||
'URL',
|
||||
]
|
||||
|
Reference in New Issue
Block a user