From cbfb6bd24c500860d0b3f740b7696b6e6c8adb2a Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 25 Jun 2019 19:16:24 +1000 Subject: [PATCH] no message --- InvenTree/part/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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