From 33c8d0d3e2c4b0d215364138b970b188d52257a1 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 27 Nov 2012 18:45:21 +0530 Subject: [PATCH] refactored communication and added to Lead / Contact --- patches/november_2012/communication_sender_and_recipient.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/november_2012/communication_sender_and_recipient.py b/patches/november_2012/communication_sender_and_recipient.py index b8567b4566..fc9692157c 100644 --- a/patches/november_2012/communication_sender_and_recipient.py +++ b/patches/november_2012/communication_sender_and_recipient.py @@ -1,6 +1,7 @@ import webnotes def execute(): + webnotes.reload_doc("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