chore: resolve conflicts

This commit is contained in:
Gursheen Kaur Anand
2023-09-11 11:25:30 +05:30
committed by GitHub
parent 284181d766
commit 619644af04

View File

@@ -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)