mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
5 lines
131 B
Python
5 lines
131 B
Python
import frappe
|
|
|
|
def execute():
|
|
frappe.db.sql("""UPDATE `tabDynamic Link` SET link_doctype = 'Lead' WHERE link_doctype = 'Load'""")
|