From e2a2b0f0836fc6de922c35b77b236379783e7590 Mon Sep 17 00:00:00 2001 From: viennet Date: Fri, 1 Jan 2021 20:55:44 +0100 Subject: [PATCH] Fix: Bul. XML: moyenne notes module --- sco_bulletins_xml.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sco_bulletins_xml.py b/sco_bulletins_xml.py index 7c486ca7b..8c65b8213 100644 --- a/sco_bulletins_xml.py +++ b/sco_bulletins_xml.py @@ -230,6 +230,7 @@ def make_xml_formsemestre_bulletinetud( value=mod_moy, min=fmt_note(modstat["min"]), max=fmt_note(modstat["max"]), + moy=fmt_note(modstat["moy"]), ) doc._pop() if context.get_preference("bul_show_mod_rangs", formsemestre_id):