mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-23 00:28:30 +00:00
[fix] rename tool
This commit is contained in:
@@ -8,7 +8,6 @@ frappe.ui.form.on("Rename Tool", {
|
||||
method: "erpnext.utilities.doctype.rename_tool.rename_tool.get_doctypes",
|
||||
callback: function(r) {
|
||||
frm.set_df_property("select_doctype", "options", r.message);
|
||||
frm.cscript.setup_upload();
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user