mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-13 20:05:09 +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)
|
||||
if not recipients:
|
||||
continue
|
||||
|
||||
|
||||
subject = frappe.render_template(doc.subject, context)
|
||||
message = frappe.render_template(doc.body, context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user