fix: show cc on the email

(cherry picked from commit 2dd5699f6d)
This commit is contained in:
venkat102
2024-11-26 14:58:57 +05:30
committed by Mergify
parent 7e61aca512
commit 67809c781a

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: