This commit is contained in:
2021-03-19 23:17:31 +00:00
parent f320bb6c7a
commit 2175e57c53
7 changed files with 35 additions and 33 deletions

View File

@@ -921,7 +921,7 @@ function buildRecords(listData, columndefinitions, ridColumnOpenable) {
let timeZoneName = window.$gz.locale.getResolvedTimeZoneName();
let languageName = window.$gz.locale.getResolvedLanguage();
let hour12 = window.$gz.store.state.userOptions.hour12;
let currencyName = window.$gz.store.state.userOptions.currencyName;
let currencyName = window.$gz.locale.getCurrencyName();
//this will cache the first time it's required (if required)
let availableRoles = null;