mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
Fix translate customer_group.js
This commit is contained in:
@@ -9,7 +9,7 @@ cur_frm.cscript.set_root_readonly = function(doc) {
|
|||||||
// read-only for root customer group
|
// read-only for root customer group
|
||||||
if(!doc.parent_customer_group) {
|
if(!doc.parent_customer_group) {
|
||||||
cur_frm.perm = [[1,0,0], [1,0,0]];
|
cur_frm.perm = [[1,0,0], [1,0,0]];
|
||||||
cur_frm.set_intro("This is a root customer group and cannot be edited.");
|
cur_frm.set_intro(wn._("This is a root customer group and cannot be edited."));
|
||||||
} else {
|
} else {
|
||||||
cur_frm.set_intro(null);
|
cur_frm.set_intro(null);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user