CSUN#84005

Autorisatiegroep Klant 3 had een andere key gekregen.

svn path=/Customer/trunk/; revision=67316
This commit is contained in:
Sander Schepers
2024-12-06 08:52:22 +00:00
parent 0514b0510d
commit 0c4533cd01

View File

@@ -7930,21 +7930,21 @@ BEGIN
THEN
INSERT INTO fac_gebruikersgroep (prs_perslid_key,
fac_groep_key)
VALUES (rec.prs_perslid_key, 61);
VALUES (rec.prs_perslid_key, 61); --Autorisatiegroep Klant 1 (Alle vakgroepen)
END IF;
IF rec.prs_kenmerk2 = '1'
THEN
INSERT INTO fac_gebruikersgroep (prs_perslid_key,
fac_groep_key)
VALUES (rec.prs_perslid_key, 601);
VALUES (rec.prs_perslid_key, 601); --Autorisatiegroep Klant 2 (Schoonmaak)
END IF;
IF rec.prs_kenmerk3 = '1'
THEN
INSERT INTO fac_gebruikersgroep (prs_perslid_key,
fac_groep_key)
VALUES (rec.prs_perslid_key, 761);
VALUES (rec.prs_perslid_key, 641); --Autorisatiegroep Klant 3 (Contractmutaties)
END IF;
v_errorhint :=