HSLE#81369 - Heropenen meldingen op basis van autorisatiegroep

svn path=/Database/trunk/; revision=65663
This commit is contained in:
Rik Hassing
2024-07-22 13:11:07 +00:00
parent be73356b47
commit 5d28f6c540
2 changed files with 5 additions and 0 deletions

View File

@@ -1763,6 +1763,7 @@ DEF_FAC_FUNCTIE3('WEB_MLDMSU', 'MLD', 0, 0, 2);
DEF_FAC_FUNCTIE3('WEB_MLDORD', 'MLD', 15, 1, 1);
DEF_FAC_FUNCTIE3('WEB_MLDUSE', 'MLD', 15, 1, 0);
DEF_FAC_FUNCTIE3('WEB_MLDMSA', 'MLD', 0, 0, 2);
DEF_FAC_FUNCTIE3('WEB_MLDREO', 'MLD', 13, 1, 1);
DEF_FAC_FUNCTIE3('WEB_MRKBOF', 'MRK', 0, 0, 1);
DEF_FAC_FUNCTIE3('WEB_MRKMGT', 'MRK', 0, 0, 2);
DEF_FAC_FUNCTIE3('WEB_MRKMSU', 'MRK', 0, 0, 2);

View File

@@ -50,6 +50,10 @@ UPDATE fac_setting
ALTER TABLE prs_bedrijfadres
MODIFY prs_bedrijfadres_username VARCHAR2(128);
/////////////////////////////////////////////////////////////////////////////////////////// HSLE#81369
DEF_FAC_FUNCTIE3('WEB_MLDREO', 'MLD', 15, 1, 1);
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#00000