diff --git a/module/Application/src/Application/Validator/NumeroINSEEValidator.php b/module/Application/src/Application/Validator/NumeroINSEEValidator.php
index b920882ddf4ee37bbd1d3e068f8d259d004fdb9f..0d59fb61e16fadc6f0ceb8f67533d299026e4ed4 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');