nanterre: handle Tuteur kind of responsabilite legale in load-dump

This commit is contained in:
Benjamin Dauvergne 2017-04-04 14:10:14 +02:00
parent 6fd78867c8
commit 69d42f2bf4
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ for label, relationtype, responsibleid, subjectid in cursor.fetchall():
kind = 'tiers_de_confiance'
elif label == 'RepresentantPersonneMoraleQualifiee':
kind = 'representant_personne_morale_qualifiee'
elif label == 'Tuteur':
kind = 'tuteur'
else:
raise NotImplementedError('unknown label for relationtype: %s, %s' % (label,
relationtype))