mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +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({
|
||||
parent: $wrapper,
|
||||
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
|
||||
},
|
||||
sample_url: "e.g. http://example.com/somefile.csv",
|
||||
|
||||
Reference in New Issue
Block a user