cleanup get_support_ticket
This commit is contained in:
parent
8a8c5ad74c
commit
64eff9124e
@ -63,8 +63,8 @@ class SupportMailbox(POP3Mailbox):
|
||||
mail.save_attachments_in_doc(ticket.doc)
|
||||
|
||||
make(content=mail.content, sender=mail.from_email,
|
||||
doctype="Support Ticket",
|
||||
name=thread_id, lead = ticket.doc.lead, contact=ticket.doc.contact)
|
||||
doctype="Support Ticket", name=ticket.doc.name,
|
||||
lead = ticket.doc.lead, contact=ticket.doc.contact)
|
||||
|
||||
def send_auto_reply(self, d):
|
||||
signature = self.email_settings.fields.get('support_signature') or ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user