Allow editing of 'notes' field when creating new StockItem
This commit is contained in:
parent
d70137dcbd
commit
030265cc2d
|
|
@ -31,6 +31,7 @@ class CreateStockItemForm(HelperForm):
|
||||||
'batch',
|
'batch',
|
||||||
'quantity',
|
'quantity',
|
||||||
'status',
|
'status',
|
||||||
|
'notes',
|
||||||
# 'customer',
|
# 'customer',
|
||||||
'URL',
|
'URL',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue