mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-14 18:23:55 +00:00
profile: added email signature to outgoing mail and profile settings
This commit is contained in:
@@ -112,7 +112,7 @@ class DocType(TransactionBase):
|
||||
d.communication_medium = "Email"
|
||||
d.save(1)
|
||||
|
||||
def set_lead_and_contact(self, d):
|
||||
def set_lead_and_contact(self, d, email_addr):
|
||||
# set contact
|
||||
if self.doc.contact:
|
||||
d.contact = self.doc.contact
|
||||
|
||||
Reference in New Issue
Block a user