diff --git a/frappe/custom/doctype/customize_form/customize_form.js b/frappe/custom/doctype/customize_form/customize_form.js index 10dc900946..2d96b623fd 100644 --- a/frappe/custom/doctype/customize_form/customize_form.js +++ b/frappe/custom/doctype/customize_form/customize_form.js @@ -40,7 +40,6 @@ frappe.ui.form.on("Customize Form", "doc_type", function(frm) { frappe.ui.form.on("Customize Form", "refresh", function(frm) { frm.disable_save(); - frm.frm_head.page.iconbar.clear("1"); if(frm.doc.doc_type) { frm.page.set_primary_action(__("Update"), function() {