mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
Bulk rename tool fixes #1594
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user