mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 03:58:26 +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}]
|
||||
|
||||
recipients, cc = get_recipients_and_cc(customer, doc)
|
||||
<<<<<<< HEAD
|
||||
context = get_context(customer, doc)
|
||||
=======
|
||||
if not recipients:
|
||||
continue
|
||||
|
||||
>>>>>>> 5c2a949593 (feat: add field for specifying pdf name)
|
||||
|
||||
subject = frappe.render_template(doc.subject, context)
|
||||
message = frappe.render_template(doc.body, context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user