-webnotes +frappe 💥

This commit is contained in:
Rushabh Mehta
2014-02-14 15:47:51 +05:30
parent 8ae051cb39
commit 793ba6bd37
729 changed files with 5194 additions and 9971 deletions

View File

@@ -198,7 +198,7 @@ $(document).bind('form_refresh', function() {
} 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);
} else {
msgprint(wn._('Grid "')+fort+wn._('" does not exists'));
msgprint(frappe._('Grid "')+fort+frappe._('" does not exists'));
}
}
}