mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
chore: resolve conflicts
This commit is contained in:
committed by
GitHub
parent
284181d766
commit
619644af04
@@ -378,13 +378,9 @@ def send_emails(document_name, from_scheduler=False, posting_date=None):
|
|||||||
attachments = [{"fname": filename + ".pdf", "fcontent": report_pdf}]
|
attachments = [{"fname": filename + ".pdf", "fcontent": report_pdf}]
|
||||||
|
|
||||||
recipients, cc = get_recipients_and_cc(customer, doc)
|
recipients, cc = get_recipients_and_cc(customer, doc)
|
||||||
<<<<<<< HEAD
|
|
||||||
context = get_context(customer, doc)
|
|
||||||
=======
|
|
||||||
if not recipients:
|
if not recipients:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
>>>>>>> 5c2a949593 (feat: add field for specifying pdf name)
|
|
||||||
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