Fix: Bul. XML: moyenne notes module

This commit is contained in:
viennet 2021-01-01 20:55:44 +01:00
parent cd2547f696
commit e2a2b0f083
1 changed files with 1 additions and 0 deletions

View File

@ -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):