PEP fix
This commit is contained in:
parent
3b838d29ec
commit
e471313435
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue