diff --git a/app/pe/pe_etudiant.py b/app/pe/pe_etudiant.py index f44ed8fa..605f85cb 100644 --- a/app/pe/pe_etudiant.py +++ b/app/pe/pe_etudiant.py @@ -420,7 +420,7 @@ def get_annee_diplome(etud: Identite) -> int: Returns: L'année prévue de sa diplômation """ - formsemestres_apc = get_semestres_apc(identite) + formsemestres_apc = get_semestres_apc(etud) if formsemestres_apc: dates_possibles_diplome = []