sync communication before patch

This commit is contained in:
Anand Doshi 2012-12-03 17:35:17 +05:30
parent e9b5e7cb85
commit 9356ac7ef5

View File

@ -2,6 +2,7 @@ import webnotes
import email.utils
def execute():
webnotes.reload_doc("core", "doctype", "communication")
webnotes.conn.commit()
for d in webnotes.conn.sql("""select owner, creation, modified, modified_by, parent,
from_email, mail from `tabSupport Ticket Response`""", as_dict=1):