2013-11-20 07:29:58 +00:00
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
|
2013-08-05 09:29:54 +00:00
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2012-12-13 13:06:49 +00:00
|
|
|
def execute():
|
|
|
|
import webnotes
|
|
|
|
webnotes.conn.sql("""update `tabCustom Script`
|
2012-12-13 14:05:32 +00:00
|
|
|
set script = replace(script, 'createLocal', 'wn.model.make_new_doc_and_get_name')
|
|
|
|
where script_type='Client'""")
|