mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +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:
parent
7566c3769a
commit
e560ea4a41
@ -62,7 +62,7 @@ class EditStockItemForm(HelperForm):
|
|||||||
model = StockItem
|
model = StockItem
|
||||||
|
|
||||||
fields = [
|
fields = [
|
||||||
'quantity',
|
|
||||||
'batch',
|
'batch',
|
||||||
'status',
|
'status',
|
||||||
|
'notes'
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user