mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +00:00
5 lines
198 B
Python
5 lines
198 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("""update `tabCustom Script`
|
|
set script = replace(script, 'createLocal', 'wn.model.make_new_doc_and_get_name')
|
|
where script_type='Client'""") |