blob: c6f4bae4ae230a4647c70f7016f9933bbab24d6e [file] [log] [blame]
Nabin Hait9db3b6d2012-12-13 18:36:49 +05301def execute():
2 import webnotes
3 webnotes.conn.sql("""update `tabCustom Script`
Anand Doshi72d2a622012-12-13 19:35:32 +05304 set script = replace(script, 'createLocal', 'wn.model.make_new_doc_and_get_name')
5 where script_type='Client'""")