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.
This commit is contained in:
barredterra
2024-07-18 20:59:26 +02:00
parent 741fc54eca
commit 45391c951b

View File

@@ -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) {