diff --git a/app/scodoc/sco_permissions.py b/app/scodoc/sco_permissions.py index 589647b7e..512caa8a5 100644 --- a/app/scodoc/sco_permissions.py +++ b/app/scodoc/sco_permissions.py @@ -47,6 +47,7 @@ _SCO_PERMISSIONS = ( ), (1 << 25, "RelationsEntreprisesSend", "Envoyer des offres"), (1 << 26, "RelationsEntreprisesValidate", "Valide les entreprises"), + (1 << 27, "RelationsEntreprisesCorrespondants", "Voir les correspondants"), # 27 à 39 ... réservé pour "entreprises" # Api scodoc9 (1 << 40, "APIView", "Voir"), diff --git a/sco_version.py b/sco_version.py index d5f9c8084..898c21e1b 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.2.12" +SCOVERSION = "9.2.13" SCONAME = "ScoDoc"