From 45cc2328d7593e0699eb8e0a3cd85ff8fdf6ca18 Mon Sep 17 00:00:00 2001
From: Antony Le Courtes <antony.lecourtes@unicaen.fr>
Date: Tue, 24 Nov 2020 17:36:24 +0100
Subject: [PATCH] =?UTF-8?q?Partie=20de=20la=20validation=20de=20l'insee=20?=
 =?UTF-8?q?(chiffre=20+=20cl=C3=A9s)=20comment=C3=A9e=20par=20erreur=20lor?=
 =?UTF-8?q?s=20de=20la=20v15.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../src/Application/Validator/NumeroINSEEValidator.php      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/module/Application/src/Application/Validator/NumeroINSEEValidator.php b/module/Application/src/Application/Validator/NumeroINSEEValidator.php
index b920882ddf..0d59fb61e1 100755
--- a/module/Application/src/Application/Validator/NumeroINSEEValidator.php
+++ b/module/Application/src/Application/Validator/NumeroINSEEValidator.php
@@ -80,9 +80,9 @@ class NumeroINSEEValidator extends NumeroINSEE
 
     public function isValid($value, $context = null)
     {
-        /* if (!parent::isValid($value)) {
-             return false;
-         }*/
+        if (!parent::isValid($value)) {
+            return false;
+        }
 
         $this->value            = $value;
         $departementDeNaissance = $this->getOption('departementDeNaissance');
-- 
GitLab