[Fix] Subscription send notification issue

This commit is contained in:
Rohit Waghchaure 2018-01-29 16:53:37 +05:30
parent 186bea6e95
commit 7e033aae11

View File

@ -232,6 +232,8 @@ def get_next_date(dt, mcount, day=None):
def send_notification(new_rv, subscription_doc, print_format='Standard'):
"""Notify concerned persons about recurring document generation"""
print_format = print_format
subject = subscription_doc.subject or ''
message = subscription_doc.message or ''
if not subscription_doc.subject:
subject = _("New {0}: #{1}").format(new_rv.doctype, new_rv.name)