2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00

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"