mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
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…
x
Reference in New Issue
Block a user