changed communication module to core in patch

This commit is contained in:
Anand Doshi 2012-11-30 20:39:55 +05:30
parent f16bf42045
commit 2f1ede1a5f

View File

@ -1,7 +1,7 @@
import webnotes
def execute():
webnotes.reload_doc("support", "doctype", "communication")
webnotes.reload_doc("core", "doctype", "communication")
webnotes.conn.sql("""update tabCommunication set sender=email_address
where ifnull(support_ticket,'') != ''""")
webnotes.conn.sql("""update tabCommunication set recipients=email_address where