From 453589dbcb5ce4448af059552db01a96a22fe6c3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 4 Dec 2021 03:50:37 +0100 Subject: [PATCH] docs --- InvenTree/common/notifications.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/common/notifications.py b/InvenTree/common/notifications.py index 335e45adf7..93969b163d 100644 --- a/InvenTree/common/notifications.py +++ b/InvenTree/common/notifications.py @@ -208,6 +208,7 @@ def deliver_notification(cls: NotificationMethod, obj, category: str, targets, c # Run setup for delivery method method.setup() + # Counters for success logs success = True success_count = 0