brotherton-erpnext/patches/december_2012/replace_createlocal.py

5 lines
198 B
Python
Raw Normal View History

2012-12-13 13:06:49 +00:00
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'""")