[minor] [fix] communication status patch
diff --git a/patches/october_2013/p02_set_communication_status.py b/patches/october_2013/p02_set_communication_status.py
index 8360fe6..d67d08d 100644
--- a/patches/october_2013/p02_set_communication_status.py
+++ b/patches/october_2013/p02_set_communication_status.py
@@ -5,5 +5,7 @@
 import webnotes
 
 def execute():
+	webnotes.reload_doc("core", "doctype", "communication")
+	
 	webnotes.conn.sql("""update tabCommunication 
 		set sent_or_received= if(ifnull(recipients, '')='', "Received", "Sent")""")
\ No newline at end of file