Pārlūkot izejas kodu

reference doctype and name in the email queue while sending email from the auto email report (#4557)

version-14
Manas Solanki pirms 7 gadiem
committed by Rushabh Mehta
vecāks
revīzija
406bf1d962
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. +3
    -1
      frappe/email/doctype/auto_email_report/auto_email_report.py

+ 3
- 1
frappe/email/doctype/auto_email_report/auto_email_report.py Parādīt failu

@@ -139,7 +139,9 @@ class AutoEmailReport(Document):
recipients = self.email_to.split(),
subject = self.name,
message = message,
attachments = attachments
attachments = attachments,
reference_doctype = self.doctype,
reference_name = self.name
)

@frappe.whitelist()


Notiek ielāde…
Atcelt
Saglabāt