From 1a0c61711c07a0f85a93a974539664a564004c90 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 27 Nov 2012 18:48:43 +0530 Subject: [PATCH] refactored communication and added to Lead / Contact --- 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 fc9692157c1..c49bc9bcc97 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("DocType", "Communication") + webnotes.reload_doc("support", "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