curie2supann: copy icEmploi to output

This commit is contained in:
Benjamin Dauvergne 2016-05-26 16:26:30 +02:00
parent 55ce008965
commit 08e48e93c6
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class CurieLdifParser(ldif.LDIFParser):
}
# attributes to copy
for to_copy in ('telephoneNumber', 'icLibelleEntite', 'icUniteFonctionnelle',
'icEquipeRecherche'):
'icEquipeRecherche', 'icEmploi'):
to_copy = to_copy.lower()
if to_copy in entry:
d[to_copy] = entry[to_copy]