profile: added email signature to outgoing mail and profile settings

This commit is contained in:
Rushabh Mehta 2012-11-26 14:02:21 +05:30
parent be919b3855
commit 4ea398add6

View File

@ -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