HSLE#89732 Aanspreekpunt bij vervolgmeldingen onderdrukken (wanneer nvt)

svn path=/Website/branches/v2025.3/; revision=71094
This commit is contained in:
2025-12-01 10:02:37 +00:00
parent 23d7714e9d
commit 71a720cd2a

View File

@@ -1602,8 +1602,10 @@ SUBFRAME_START();
{ urlParam: "disc_key", field: "disc", init: this_mld_info.disc_key }]; { urlParam: "disc_key", field: "disc", init: this_mld_info.disc_key }];
if (this_mld_info.show_alg) if (this_mld_info.show_alg)
urlAdd.push({ urlParam: "loc_key", field: "locatiekey", init: this_mld_info.loc_key }); urlAdd.push({ urlParam: "loc_key", field: "locatiekey", init: this_mld_info.loc_key });
if (this_mld_info.primaire_behandelaar != 0) if (
{ this_mld_info.primaire_behandelaar != 0 &&
bron_mld_key == -1 || this_mld_info.primaire_behandelaar
) {
FCLTpersoonselector("sBehandel", FCLTpersoonselector("sBehandel",
"sgBehandelaar", "sgBehandelaar",
{ perslidKey: this_mld_info.behandel_key, { perslidKey: this_mld_info.behandel_key,