From cccbc567fef2bc9c483b2c08b339cb9a848b070e Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Dec 2021 17:23:04 +0100 Subject: [PATCH] delivery must be true --- InvenTree/common/notifications.py | 1 + 1 file changed, 1 insertion(+) 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