mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 18:34:48 +00:00
chore: linting issues
This commit is contained in:
committed by
GitHub
parent
619644af04
commit
a35abf8403
@@ -380,7 +380,7 @@ def send_emails(document_name, from_scheduler=False, posting_date=None):
|
|||||||
recipients, cc = get_recipients_and_cc(customer, doc)
|
recipients, cc = get_recipients_and_cc(customer, doc)
|
||||||
if not recipients:
|
if not recipients:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
subject = frappe.render_template(doc.subject, context)
|
subject = frappe.render_template(doc.subject, context)
|
||||||
message = frappe.render_template(doc.body, context)
|
message = frappe.render_template(doc.body, context)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user