From 2f1ede1a5f1277ed7aee48c47ddfbd175696cd2d Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 30 Nov 2012 20:39:55 +0530 Subject: [PATCH] changed communication module to core in patch --- patches/november_2012/communication_sender_and_recipient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/november_2012/communication_sender_and_recipient.py b/patches/november_2012/communication_sender_and_recipient.py index c49bc9bcc97..f8d7a95cfe3 100644 --- a/patches/november_2012/communication_sender_and_recipient.py +++ b/patches/november_2012/communication_sender_and_recipient.py @@ -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