diff --git a/InvenTree/common/notifications.py b/InvenTree/common/notifications.py index cbfde42cda..67a777f754 100644 --- a/InvenTree/common/notifications.py +++ b/InvenTree/common/notifications.py @@ -135,6 +135,7 @@ class UIMessageNotification(SingleNotificationMethod): name=self.context['name'], message=self.context['message'], ) + return True # endregion # endregion