mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
Update edit form for StockItem
- Disallow direct quantity editing (must perform stocktake) - Add notes field to allow editing
This commit is contained in:
@ -62,7 +62,7 @@ class EditStockItemForm(HelperForm):
|
||||
model = StockItem
|
||||
|
||||
fields = [
|
||||
'quantity',
|
||||
'batch',
|
||||
'status',
|
||||
'notes'
|
||||
]
|
Reference in New Issue
Block a user