mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +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) {
|
refresh: function (frm) {
|
||||||
frm.set_intro(frm.doc.__islocal ? "" : __("There is nothing to edit."));
|
|
||||||
frm.trigger("set_root_readonly");
|
frm.trigger("set_root_readonly");
|
||||||
},
|
},
|
||||||
set_root_readonly: function (frm) {
|
set_root_readonly: function (frm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user