Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Rushabh Mehta 2012-12-01 13:10:12 +05:30
commit 14d968d099

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