mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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…
Reference in New Issue
Block a user