forked from ScoDoc/ScoDoc
Fix: Bul. XML: moyenne notes module
This commit is contained in:
parent
cd2547f696
commit
e2a2b0f083
@ -230,6 +230,7 @@ def make_xml_formsemestre_bulletinetud(
|
|||||||
value=mod_moy,
|
value=mod_moy,
|
||||||
min=fmt_note(modstat["min"]),
|
min=fmt_note(modstat["min"]),
|
||||||
max=fmt_note(modstat["max"]),
|
max=fmt_note(modstat["max"]),
|
||||||
|
moy=fmt_note(modstat["moy"]),
|
||||||
)
|
)
|
||||||
doc._pop()
|
doc._pop()
|
||||||
if context.get_preference("bul_show_mod_rangs", formsemestre_id):
|
if context.get_preference("bul_show_mod_rangs", formsemestre_id):
|
||||||
|
Loading…
Reference in New Issue
Block a user