mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-25 17:48:30 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user