diff --git a/InvenTree/plugin/models.py b/InvenTree/plugin/models.py index 73bd09dc3a..c29e532789 100644 --- a/InvenTree/plugin/models.py +++ b/InvenTree/plugin/models.py @@ -49,6 +49,7 @@ class PluginConfig(models.Model): return name def __init__(self, *args, **kwargs): + """override to set original state of""" super().__init__(*args, **kwargs) self.__org_active = self.active