Fix translate feature_setup.js
This commit is contained in:
parent
97408254a2
commit
f99085055d
@ -198,7 +198,7 @@ $(document).bind('form_refresh', function() {
|
|||||||
} else if(cur_frm.fields_dict[fort]) {
|
} else if(cur_frm.fields_dict[fort]) {
|
||||||
cur_frm.fields_dict[fort].grid.set_column_disp(pscript.feature_dict[sys_feat][cur_frm.doc.doctype][fort], false);
|
cur_frm.fields_dict[fort].grid.set_column_disp(pscript.feature_dict[sys_feat][cur_frm.doc.doctype][fort], false);
|
||||||
} else {
|
} else {
|
||||||
msgprint('Grid "'+fort+'" does not exists');
|
msgprint(wn._('Grid "')+fort+wn._('" does not exists'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user