From 030265cc2dca23e256bdce59b2bd0cb77e88ca74 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 27 Apr 2019 13:12:34 +1000 Subject: [PATCH] Allow editing of 'notes' field when creating new StockItem --- InvenTree/stock/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/stock/forms.py b/InvenTree/stock/forms.py index 19dd5b2986..bd0254e720 100644 --- a/InvenTree/stock/forms.py +++ b/InvenTree/stock/forms.py @@ -31,6 +31,7 @@ class CreateStockItemForm(HelperForm): 'batch', 'quantity', 'status', + 'notes', # 'customer', 'URL', ]