Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Anand Doshi 2012-12-13 18:57:45 +05:30
commit 0f8c67d776
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
def execute():
import webnotes
webnotes.conn.sql("""update `tabCustom Script`
set script = replace(script, 'createLocal', 'wn.model.make_new_doc_and_get_name')""")

View File

@ -737,4 +737,8 @@ patch_list = [
'patch_module': 'patches.december_2012',
'patch_file': 'file_list_rename',
},
{
'patch_module': 'patches.december_2012',
'patch_file': 'replace_createlocal',
},
]