Merge branch 'master' into perpetual

This commit is contained in:
Nabin Hait
2013-09-03 11:26:02 +05:30
99 changed files with 25 additions and 13 deletions

View File

@@ -7,4 +7,9 @@ def execute():
set parenttype=%s, parentfield='communications',
parent=`%s`
where ifnull(`%s`, '')!=''""" % ("%s", fieldname, fieldname), doctype)
webnotes.reload_doc("core", "doctype", "communication")
webnotes.conn.sql("""update tabCommunication set communication_date = creation where
ifnull(communication_date, '')='' """)