forked from ScoDoc/ScoDoc
Merge pull request 'correction de l indentation' (#654) from jmplace/ScoDoc-Lille:pb_synchro_etat_civil into master
Reviewed-on: https://scodoc.org/git/ScoDoc/ScoDoc/pulls/654
This commit is contained in:
commit
111c400333
@ -524,11 +524,11 @@ def _normalize_apo_fields(infolist):
|
|||||||
if "civilite_etat_civil" not in infos:
|
if "civilite_etat_civil" not in infos:
|
||||||
infos["civilite_etat_civil"] = "X"
|
infos["civilite_etat_civil"] = "X"
|
||||||
|
|
||||||
if "civilite_etat_civil" not in infos:
|
if "civilite_etat_civil" not in infos:
|
||||||
infos["civilite_etat_civil"] = "X"
|
infos["civilite_etat_civil"] = "X"
|
||||||
|
|
||||||
if "prenom_etat_civil" not in infos:
|
if "prenom_etat_civil" not in infos:
|
||||||
infos["prenom_etat_civil"] = ""
|
infos["prenom_etat_civil"] = ""
|
||||||
|
|
||||||
return infolist
|
return infolist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user