From 4effd76ca0d39e35f5fb3f9c1e96ca396818d85f Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 18 Nov 2021 01:24:30 +0100 Subject: [PATCH] spellfix --- InvenTree/plugin/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/plugin/models.py b/InvenTree/plugin/models.py index 07c9641cfa..adccf119fe 100644 --- a/InvenTree/plugin/models.py +++ b/InvenTree/plugin/models.py @@ -52,7 +52,7 @@ class PluginConfig(models.Model): name += '(not active)' return name - # extra attributes form the registry + # extra attributes from the registry def mixins(self): return self.plugin._mixinreg