2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-10 11:38:48 +00:00

Type fixes

This commit is contained in:
Oliver Walters
2020-05-25 14:24:29 +10:00
parent 0d052334e2
commit d2c1e9e2b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -887,7 +887,7 @@ class StockItemEdit(AjaxUpdateView):
return form
class StockItemEdit(AjaxUpdateView):
class StockItemConvert(AjaxUpdateView):
"""
View for 'converting' a StockItem to a variant of its current part.
"""