From 0a0a6a799ada9bb1db5bb0dca550fb3c8f3ff539 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 9 May 2022 22:20:00 +1000 Subject: [PATCH] Fix for sample plugin --- .../plugin/samples/integration/{locate.py => locate_sample.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename InvenTree/plugin/samples/integration/{locate.py => locate_sample.py} (96%) diff --git a/InvenTree/plugin/samples/integration/locate.py b/InvenTree/plugin/samples/integration/locate_sample.py similarity index 96% rename from InvenTree/plugin/samples/integration/locate.py rename to InvenTree/plugin/samples/integration/locate_sample.py index 37645da771..af1df17707 100644 --- a/InvenTree/plugin/samples/integration/locate.py +++ b/InvenTree/plugin/samples/integration/locate_sample.py @@ -16,7 +16,7 @@ logger = logging.getLogger('inventree') class SampleLocatePlugin(LocateMixin, IntegrationPluginBase): PLUGIN_NAME = "SampleLocatePlugin" - PLUGIN_SLUG = "samplelocate", + PLUGIN_SLUG = "samplelocate" PLUGIN_TITLE = "Sample plugin for locating items" VERSION = "0.1"