Bulk rename tool fixes #1594
This commit is contained in:
parent
a521343063
commit
3fcec56f7b
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user