diff --git a/InvenTree/stock/views.py b/InvenTree/stock/views.py index acca7cc235..3038a843f1 100644 --- a/InvenTree/stock/views.py +++ b/InvenTree/stock/views.py @@ -145,7 +145,6 @@ class StockItemCreate(AjaxCreateView): # Hide the 'part' field form.fields['part'].widget = HiddenInput() - # Otherwise if the user has selected a SupplierPart, we know what Part they meant! elif form['supplier_part'].value() is not None: pass