mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +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
|
model = StockItem
|
||||||
|
|
||||||
fields = [
|
fields = [
|
||||||
'quantity',
|
|
||||||
'batch',
|
'batch',
|
||||||
'status',
|
'status',
|
||||||
|
'notes'
|
||||||
]
|
]
|
Reference in New Issue
Block a user