fix: Do not show Edit DocType button in DocType form

This commit is contained in:
Suraj Shetty 2020-01-14 13:36:59 +05:30
parent 26e426d704
commit c29cd3a335

View file

@ -284,7 +284,7 @@ frappe.ui.form.Toolbar = Class.extend({
}, true);
}
if (frappe.boot.developer_mode===1) {
if (frappe.boot.developer_mode===1 && !is_doctype_form) {
// edit doctype
this.page.add_menu_item(__("Edit DocType"), function() {
frappe.set_route('Form', 'DocType', me.frm.doctype);