SVRZ#76558 PERSLID-import/verwijderen autorisaties (bij inactivatie)
svn path=/Customer/trunk/; revision=59015
This commit is contained in:
@@ -263,6 +263,11 @@ BEGIN
|
||||
SET prs_perslid_email = NULL
|
||||
WHERE prs_perslid_key = rec.prs_perslid_key
|
||||
AND prs_perslid_email IS NOT NULL;
|
||||
|
||||
-- SVRZ#76558: Ook verwijderen autorisaties bij/vanaf inactivatie, want
|
||||
-- dit gebeurt (nog) niet in prs.delete_perslid().
|
||||
DELETE FROM fac_gebruikersgroep
|
||||
WHERE prs_perslid_key = rec.prs_perslid_key;
|
||||
END LOOP;
|
||||
COMMIT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user