mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
PEP fxies
This commit is contained in:
@ -728,7 +728,7 @@ class StockItem(MPTTModel):
|
||||
if not variant:
|
||||
# Ignore null values
|
||||
return
|
||||
|
||||
|
||||
if variant == self.part:
|
||||
# Variant is the same as the current part
|
||||
return
|
||||
|
@ -643,7 +643,7 @@ class StockItemConvert(AjaxUpdateView):
|
||||
form.fields['part'].queryset = item.part.get_conversion_options()
|
||||
|
||||
return form
|
||||
|
||||
|
||||
def save(self, obj, form):
|
||||
|
||||
stock_item = self.get_object()
|
||||
|
Reference in New Issue
Block a user