This commit is contained in:
Oliver Walters 2019-04-29 18:43:44 +10:00
parent 3b838d29ec
commit e471313435

View File

@ -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