mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #169 from SchrodingersGat/stockitem-note
Allow editing of 'notes' field when creating new StockItem
This commit is contained in:
commit
e0b76213c3
@ -31,6 +31,7 @@ class CreateStockItemForm(HelperForm):
|
|||||||
'batch',
|
'batch',
|
||||||
'quantity',
|
'quantity',
|
||||||
'status',
|
'status',
|
||||||
|
'notes',
|
||||||
# 'customer',
|
# 'customer',
|
||||||
'URL',
|
'URL',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user