From 52d90cef465fbd5ed635a573450d40ba1e8dbf07 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 11 Jan 2022 01:29:57 +0100 Subject: [PATCH] fix path --- InvenTree/InvenTree/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index c140bdecb9..25f04078bc 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -874,7 +874,7 @@ MARKDOWNIFY_BLEACH = False MAINTENANCE_MODE_RETRY_AFTER = 60 # Plugin Directories (local plugins will be loaded from these directories) -PLUGIN_DIRS = ['plugin.builtin', 'barcodes.acion', 'barcodes.plugins', ] +PLUGIN_DIRS = ['plugin.builtin', 'plugin.builtin.acion', 'barcodes.plugins', ] if not TESTING: # load local deploy directory in prod