mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 13:58:47 +00:00
Fix for sample plugin
This commit is contained in:
parent
172705cc3b
commit
0a0a6a799a
@ -16,7 +16,7 @@ logger = logging.getLogger('inventree')
|
|||||||
class SampleLocatePlugin(LocateMixin, IntegrationPluginBase):
|
class SampleLocatePlugin(LocateMixin, IntegrationPluginBase):
|
||||||
|
|
||||||
PLUGIN_NAME = "SampleLocatePlugin"
|
PLUGIN_NAME = "SampleLocatePlugin"
|
||||||
PLUGIN_SLUG = "samplelocate",
|
PLUGIN_SLUG = "samplelocate"
|
||||||
PLUGIN_TITLE = "Sample plugin for locating items"
|
PLUGIN_TITLE = "Sample plugin for locating items"
|
||||||
|
|
||||||
VERSION = "0.1"
|
VERSION = "0.1"
|
Loading…
x
Reference in New Issue
Block a user