This commit is contained in:
2020-02-08 00:29:38 +00:00
parent f3d2571464
commit 39b3f10a18
2 changed files with 32 additions and 25 deletions

View File

@@ -471,7 +471,7 @@ function buildRecords(listData, columndefinitions, filters) {
);
break;
// case 6: //bool
// display = filters.boolastext(display);
// change to checkboxes??
// break;
case 7: //decimal
display = window.$gz.locale.decimalLocalized(display, languageName);