This commit is contained in:
Emmanuel Viennet 2022-09-08 09:48:19 +02:00
parent bc01d5ac02
commit a428fcedfa
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ class JuryPE(object):
semestres = self.get_semestresDUT_d_un_etudiant(etudid)
if semestres:
# le 1er sem à l'IUT
return semestres["annee_debut"]
return semestres[0]["annee_debut"]
else:
return ""