Fix for sample plugin

This commit is contained in:
Oliver Walters 2022-05-09 22:20:00 +10:00
parent 172705cc3b
commit 0a0a6a799a

View File

@ -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"