2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 08:19:54 +00:00

PEP fxies

This commit is contained in:
Oliver
2022-04-19 13:16:45 +10:00
parent 5240c60e0b
commit 5f503c7e0f
2 changed files with 2 additions and 2 deletions

View File

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