[fix] rename tool

This commit is contained in:
Anand Doshi 2015-10-20 12:02:28 +05:30
parent 84ca0197e4
commit 12af47918d

View File

@ -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();
}
});
},