mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
added date in pop3 mails
This commit is contained in:
@@ -61,7 +61,7 @@ class SupportMailbox(POP3Mailbox):
|
||||
|
||||
make(content=mail.content, sender=mail.from_email,
|
||||
doctype="Support Ticket", name=ticket.doc.name,
|
||||
lead = ticket.doc.lead, contact=ticket.doc.contact)
|
||||
lead = ticket.doc.lead, contact=ticket.doc.contact, date=mail.date)
|
||||
|
||||
def send_auto_reply(self, d):
|
||||
signature = self.email_settings.fields.get('support_signature') or ''
|
||||
|
||||
Reference in New Issue
Block a user