FCLT#90168 Bugfix; bij het aanmaken van een nieuw persoon is 'prs_inactief_datum' undefined, dat geeft een AiAi in toDateTimeString()
svn path=/Website/branches/v2025.3/; revision=70709
This commit is contained in:
@@ -301,7 +301,9 @@ BLOCK_START("prsPerslid", L("lcl_prs_basisblok"), {buttons: btns, icon: "fa-id-c
|
||||
RWFIELDTR("prs_oslog2", "fld", L("lcl_prs_person_login2"), prs_oslog2, {maxlength: 256});
|
||||
}
|
||||
}
|
||||
ROFIELDTR("fld", L("prs_perslid_inactief"), toDateTimeString(prs_inactief_datum), {suppressEmpty: true});
|
||||
if (prs_key > -1) {
|
||||
ROFIELDTR("fld", L("prs_perslid_inactief"), toDateTimeString(prs_inactief_datum), {suppressEmpty: true});
|
||||
}
|
||||
if (prsauthparams.writesys)
|
||||
RWTEXTAREATR("prs_opm", "fldtxt", L("lcl_prs_person_opmerking"), prs_opm, {maxlength: 320});
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user