Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
7c452dc4
Commit
7c452dc4
authored
Dec 07, 2021
by
Laurent Lécluse
Browse files
Ajout du contrôle not null si insee provisoire
parent
4fcc1afd
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/Application/src/Application/Validator/NumeroINSEEValidator.php
View file @
7c452dc4
...
...
@@ -91,9 +91,9 @@ class NumeroINSEEValidator extends NumeroINSEE
$civilite
=
$this
->
getOption
(
'civilite'
);
$this
->
provisoire
=
$this
->
getProvisoire
();
if
(
$this
->
getProvisoire
())
{
return
tr
ue
;
return
!
empty
(
$val
ue
)
;
}
//Désactivation du test civilité sur l'insee (cas personnes changeant de sexe)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment