From d577d3778dc652f04dacf8b4bed13834d615abaa Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 17 Oct 2021 19:53:11 +0200 Subject: [PATCH] PEP fix --- InvenTree/part/templatetags/plugin_extras.py | 1 + InvenTree/plugins/ShopifyIntegrationPlugin | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/InvenTree/part/templatetags/plugin_extras.py b/InvenTree/part/templatetags/plugin_extras.py index 590b89d7ae..c5e86a6900 100644 --- a/InvenTree/part/templatetags/plugin_extras.py +++ b/InvenTree/part/templatetags/plugin_extras.py @@ -28,6 +28,7 @@ def mixin_enabled(plugin, key, *args, **kwargs): """ Return if the mixin is existant and configured in the plugin """ return plugin.mixin_enabled(key) + @register.simple_tag() def navigation_enabled(*args, **kwargs): """Return if plugin navigation is enabled""" diff --git a/InvenTree/plugins/ShopifyIntegrationPlugin b/InvenTree/plugins/ShopifyIntegrationPlugin index 65c58c7e2d..6a9d1e622e 160000 --- a/InvenTree/plugins/ShopifyIntegrationPlugin +++ b/InvenTree/plugins/ShopifyIntegrationPlugin @@ -1 +1 @@ -Subproject commit 65c58c7e2d133bf2098f91f6f202a6f6a2f09eb9 +Subproject commit 6a9d1e622e6e64208df58c6a75a4a1caf12b20bf