diff --git a/app/comp/res_common.py b/app/comp/res_common.py index 616ddb719b..9397165162 100644 --- a/app/comp/res_common.py +++ b/app/comp/res_common.py @@ -608,7 +608,7 @@ class NotesTableCompat(ResultatsSemestre): """ table_moyennes = [] etuds_inscriptions = self.formsemestre.etuds_inscriptions - ues = self.formsemestre.query_ues() # sans bonus + ues = self.formsemestre.query_ues(with_sport=True) # avec bonus for etudid in etuds_inscriptions: moy_gen = self.etud_moy_gen.get(etudid, False) if moy_gen is False: