From 45391c951b92f78638c77b65187a64a616dc6d28 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:59:26 +0200 Subject: [PATCH] fix(Supplier Group): remove useless headline Not sure what it was supposed to mean. It was only visible on root group, along with the other message. --- erpnext/setup/doctype/supplier_group/supplier_group.js | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/setup/doctype/supplier_group/supplier_group.js b/erpnext/setup/doctype/supplier_group/supplier_group.js index ec520d61ade..8f970e0b301 100644 --- a/erpnext/setup/doctype/supplier_group/supplier_group.js +++ b/erpnext/setup/doctype/supplier_group/supplier_group.js @@ -35,7 +35,6 @@ frappe.ui.form.on("Supplier Group", { }); }, refresh: function (frm) { - frm.set_intro(frm.doc.__islocal ? "" : __("There is nothing to edit.")); frm.trigger("set_root_readonly"); }, set_root_readonly: function (frm) {