diff --git a/InvenTree/plugin/events.py b/InvenTree/plugin/events.py index 6589a6f601..1020c5ac4d 100644 --- a/InvenTree/plugin/events.py +++ b/InvenTree/plugin/events.py @@ -31,7 +31,7 @@ def trigger_event(event, *args, **kwargs): logger.debug(f"Event triggered: '{event}'") offload_task( - 'plugin.event.register_event', + 'plugin.events.register_event', event, *args, **kwargs