mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
Merge pull request #6772 from frappe/bcornwellmott-patch-3
[fix] Change communication to Linked
This commit is contained in:
@@ -131,7 +131,8 @@ class RequestforQuotation(BuyingController):
|
|||||||
|
|
||||||
def send_email(self, data, sender, subject, message, attachments):
|
def send_email(self, data, sender, subject, message, attachments):
|
||||||
make(subject = subject, content=message,recipients=data.email_id,
|
make(subject = subject, content=message,recipients=data.email_id,
|
||||||
sender=sender,attachments = attachments, send_email=True)["name"]
|
sender=sender,attachments = attachments, send_email=True,
|
||||||
|
doctype=self.doctype, name=self.name)["name"]
|
||||||
|
|
||||||
frappe.msgprint(_("Email sent to supplier {0}").format(data.supplier))
|
frappe.msgprint(_("Email sent to supplier {0}").format(data.supplier))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user