2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06: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:
Oliver Walters 2019-04-12 23:10:32 +10:00
parent 7566c3769a
commit e560ea4a41

View File

@ -62,7 +62,7 @@ class EditStockItemForm(HelperForm):
model = StockItem
fields = [
'quantity',
'batch',
'status',
'notes'
]