Bulk rename tool fixes #1594

This commit is contained in:
Nabin Hait 2014-05-06 19:13:46 +05:30
parent a521343063
commit 3fcec56f7b

View File

@ -27,7 +27,7 @@ cur_frm.cscript.setup_upload = function() {
frappe.upload.make({ frappe.upload.make({
parent: $wrapper, parent: $wrapper,
args: { args: {
method: 'utilities.doctype.rename_tool.rename_tool.upload', method: 'erpnext.utilities.doctype.rename_tool.rename_tool.upload',
select_doctype: cur_frm.doc.select_doctype select_doctype: cur_frm.doc.select_doctype
}, },
sample_url: "e.g. http://example.com/somefile.csv", sample_url: "e.g. http://example.com/somefile.csv",