mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
Fix for sample plugin
This commit is contained in:
@ -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"
|
Reference in New Issue
Block a user