mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
Allow editing of 'notes' field when creating new StockItem
This commit is contained in:
@ -31,6 +31,7 @@ class CreateStockItemForm(HelperForm):
|
|||||||
'batch',
|
'batch',
|
||||||
'quantity',
|
'quantity',
|
||||||
'status',
|
'status',
|
||||||
|
'notes',
|
||||||
# 'customer',
|
# 'customer',
|
||||||
'URL',
|
'URL',
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user