blob: 0054e59fdeac54f23386b1e1b833c4272fed049a [file] [log] [blame]
Rushabh Mehtae67d1fb2013-08-05 14:59:54 +05301# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
2# License: GNU General Public License v3. See license.txt
3
Nabin Hait9db3b6d2012-12-13 18:36:49 +05304def execute():
5 import webnotes
6 webnotes.conn.sql("""update `tabCustom Script`
Anand Doshi72d2a622012-12-13 19:35:32 +05307 set script = replace(script, 'createLocal', 'wn.model.make_new_doc_and_get_name')
8 where script_type='Client'""")