support system fetching now replyed emails
This commit is contained in:
parent
98d588cd7d
commit
c7d5afcf09
@ -81,7 +81,7 @@ class SupportMailbox(POP3Mailbox):
|
|||||||
if exists and exists[0] and exists[0][0]:
|
if exists and exists[0] and exists[0][0]:
|
||||||
st = webnotes.get_obj('Support Ticket', thread_id)
|
st = webnotes.get_obj('Support Ticket', thread_id)
|
||||||
|
|
||||||
from support.doctype.communication.communication import make
|
from core.doctype.communication.communication import make
|
||||||
|
|
||||||
make(content=content, sender=full_email_id, doctype="Support Ticket",
|
make(content=content, sender=full_email_id, doctype="Support Ticket",
|
||||||
name=thread_id, lead = st.doc.lead, contact=st.doc.contact)
|
name=thread_id, lead = st.doc.lead, contact=st.doc.contact)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user