Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
a85b2e4ee349c544acb7a1949351e9a7c70f7b7c
/
.
/
patches
/
december_2012
/
replace_createlocal.py
blob: c6f4bae4ae230a4647c70f7016f9933bbab24d6e [
file
] [
log
] [
blame
]
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'"""
)