This commit is contained in:
Cléo Baras 2024-01-26 15:26:11 +01:00
parent 871f5c1d61
commit 1b18034adb
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []