2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 19:46:46 +00:00

Allow editing of 'notes' field when creating new StockItem

This commit is contained in:
Oliver Walters 2019-04-27 13:12:34 +10:00
parent d70137dcbd
commit 030265cc2d

View File

@ -31,6 +31,7 @@ class CreateStockItemForm(HelperForm):
'batch', 'batch',
'quantity', 'quantity',
'status', 'status',
'notes',
# 'customer', # 'customer',
'URL', 'URL',
] ]