diff --git a/frappe/desk/doctype/notification_log/notification_log.py b/frappe/desk/doctype/notification_log/notification_log.py index e459a63ef8..105edd93d6 100644 --- a/frappe/desk/doctype/notification_log/notification_log.py +++ b/frappe/desk/doctype/notification_log/notification_log.py @@ -133,7 +133,7 @@ def send_notification_email(doc): recipients=email, subject=email_subject, template="new_notification", - args={ + args = { "body_content": doc.subject, "description": doc.email_content, "document_type": doc.document_type,