diff --git a/app/but/bulletin_but.py b/app/but/bulletin_but.py index 9d8e80cb..bfaba4e3 100644 --- a/app/but/bulletin_but.py +++ b/app/but/bulletin_but.py @@ -203,7 +203,8 @@ class ResultatsSemestreBUT: "poids": {p.ue.acronyme: p.poids for p in e.ue_poids}, "note": { "value": fmt_note( - self.modimpls_evals_notes[e.moduleimpl_id][e.id][etud.id] + self.modimpls_evals_notes[e.moduleimpl_id][e.id][etud.id], + note_max=e.note_max, ), "min": fmt_note(notes_ok.min()), "max": fmt_note(notes_ok.max()), diff --git a/sco_version.py b/sco_version.py index 1616139e..fe2a6f29 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.1.7" +SCOVERSION = "9.1.8" SCONAME = "ScoDoc"