diff --git a/InvenTree/stock/forms.py b/InvenTree/stock/forms.py index ca9d6f6360..60e2382930 100644 --- a/InvenTree/stock/forms.py +++ b/InvenTree/stock/forms.py @@ -62,7 +62,7 @@ class EditStockItemForm(HelperForm): model = StockItem fields = [ - 'quantity', 'batch', 'status', + 'notes' ] \ No newline at end of file