nanterre: fix nom_de_naissance for new child

This commit is contained in:
Thomas NOËL 2017-03-19 20:10:08 +01:00 committed by Benjamin Dauvergne
parent 39742418c9
commit bb8acd45d0
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ class DeclarationResponsabiliteLegale(APIView):
schema=individu_schema,
content={
'prenoms': v['enfant']['prenoms'].upper(),
'nom_de_naissance': v['enfant']['prenoms'].upper(),
'nom_de_naissance': v['enfant']['nom_de_naissance'].upper(),
'nom_d_usage': '',
'email': v['enfant']['email'],
'date_de_naissance': v['enfant']['date_de_naissance'].isoformat(),