diff --git a/InvenTree/InvenTree/models.py b/InvenTree/InvenTree/models.py index 44bcca5d9d..a7217bb8e0 100644 --- a/InvenTree/InvenTree/models.py +++ b/InvenTree/InvenTree/models.py @@ -1049,7 +1049,7 @@ def after_error_logged(sender, instance: Error, created: bool, **kwargs): instance, 'inventree.error_log', context=context, - targets=users, + targets=target_users, delivery_methods={common.notifications.UIMessageNotification, }, )