CSUN#84005
Autorisatiegroep Klant 3 had een andere key gekregen. svn path=/Customer/trunk/; revision=67316
This commit is contained in:
@@ -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 :=
|
||||
|
||||
Reference in New Issue
Block a user