seitime-frappe/frappe/patches/v5_0/communication_parent.py
2014-09-29 12:21:56 +05:30

5 lines
191 B
Python

import frappe
def execute():
frappe.reload_doc("core", "doctype", "communication")
frappe.db.sql("""update tabCommunication set reference_doctype = parenttype, reference_name = parent""")