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