FSN#40894 Timezone wordt niet getoond bij fac_user_info

svn path=/Website/trunk/; revision=34221
This commit is contained in:
Ruud Lipper
2017-06-12 13:22:18 +00:00
parent f3ee0a36ae
commit 9577ca4fc2
2 changed files with 4 additions and 1 deletions

View File

@@ -229,6 +229,8 @@ oRs.Close();
AFIELDTR('fldmailto details', L("lcl_prs_person_email"), "mailto:" + thisUser.prs_perslid_email(), thisUser.prs_perslid_email(), { suppressEmpty: true });
ROFIELDTR('fld', L("lcl_prs_person_nr"), thisUser.prs_perslid_nr(), {suppressEmpty: true});
ROFIELDTR("fld", L("lcl_prs_person_timezone"), thisUser.timezone(), {suppressEmpty: true});
var algfunc = user.func_enabled2("ALG", { isOptional: true });
var anyALG = algfunc && algfunc.anyfound;

View File

@@ -41,7 +41,8 @@ prs =
prs_srtperslid : prs.prs_srtperslid(),
alg_onroerendgoed_keys : prs.alg_onroerendgoed_keys(),
alg_onroerendgoed_type : prs.alg_onroerendgoed_type(),
prs_perslid_bezetdatum : prs.prs_perslid_bezetdatum()
prs_perslid_bezetdatum : prs.prs_perslid_bezetdatum(),
prs_perslid_timezone : prs.timezone()
};
if (params.withWP)
{