retro fix for support ticket module change bug

This commit is contained in:
Anand Doshi 2012-12-25 21:19:29 +05:30
parent 457b0b8648
commit b95b719994

View File

@ -81,7 +81,7 @@ class SupportMailbox(POP3Mailbox):
if exists and exists[0] and exists[0][0]:
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",
name=thread_id, lead = st.doc.lead, contact=st.doc.contact)