forked from ScoDoc/ScoDoc
Coquille
This commit is contained in:
parent
871f5c1d61
commit
1b18034adb
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user