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
commit e0b76213c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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