diff --git a/InvenTree/part/views.py b/InvenTree/part/views.py index 16475bf28d..83989b1dde 100644 --- a/InvenTree/part/views.py +++ b/InvenTree/part/views.py @@ -194,8 +194,7 @@ class PartSetCategory(AjaxView): ctx['category'] = self.category return ctx - - + class MakePartVariant(AjaxCreateView): """ View for creating a new variant based on an existing template Part