Merge pull request #289 from xavocinternational/master

Support system now taking replyed emails very well
diff --git a/support/doctype/support_ticket/__init__.py b/support/doctype/support_ticket/__init__.py
index a53c76b..0295e32 100644
--- a/support/doctype/support_ticket/__init__.py
+++ b/support/doctype/support_ticket/__init__.py
@@ -81,7 +81,7 @@
 			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)