Merge pull request #44343 from aerele/process-statement-of-account-email

fix: show cc on the process statement of accounts email
This commit is contained in:
ruthra kumar
2024-11-27 10:22:17 +05:30
committed by GitHub

View File

@@ -474,6 +474,7 @@ def send_emails(document_name, from_scheduler=False, posting_date=None):
reference_doctype="Process Statement Of Accounts",
reference_name=document_name,
attachments=attachments,
expose_recipients="header",
)
if doc.enable_auto_email and from_scheduler: