mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
3b838d29ec
commit
e471313435
@ -145,7 +145,6 @@ class StockItemCreate(AjaxCreateView):
|
|||||||
# Hide the 'part' field
|
# Hide the 'part' field
|
||||||
form.fields['part'].widget = HiddenInput()
|
form.fields['part'].widget = HiddenInput()
|
||||||
|
|
||||||
|
|
||||||
# Otherwise if the user has selected a SupplierPart, we know what Part they meant!
|
# Otherwise if the user has selected a SupplierPart, we know what Part they meant!
|
||||||
elif form['supplier_part'].value() is not None:
|
elif form['supplier_part'].value() is not None:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user