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', ]