2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

Merge pull request #169 from SchrodingersGat/stockitem-note

Allow editing of 'notes' field when creating new StockItem
This commit is contained in:
Oliver
2019-04-27 13:29:47 +10:00
committed by GitHub

View File

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