Skip to content
Snippets Groups Projects
Commit 94ecf6d4 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Merge branch 'master' of https://git.unicaen.fr/open-source/OSE

parents de0f44b0 45cc2328
Branches
Tags
1 merge request!55Ll bug report services
...@@ -80,9 +80,9 @@ class NumeroINSEEValidator extends NumeroINSEE ...@@ -80,9 +80,9 @@ class NumeroINSEEValidator extends NumeroINSEE
public function isValid($value, $context = null) public function isValid($value, $context = null)
{ {
/* if (!parent::isValid($value)) { if (!parent::isValid($value)) {
return false; return false;
}*/ }
$this->value = $value; $this->value = $value;
$departementDeNaissance = $this->getOption('departementDeNaissance'); $departementDeNaissance = $this->getOption('departementDeNaissance');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment