From b1ab7a4df9e0123b57c31d35166347442048e3b3 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Fri, 7 Jan 2022 18:05:27 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20notes=20des=20=C3=A9valuations=20BUT=20e?= =?UTF-8?q?n=20XML=20compt=20sur=2020?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/but/bulletin_but_xml_compat.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/but/bulletin_but_xml_compat.py b/app/but/bulletin_but_xml_compat.py index 8582bed79f..04e47d9716 100644 --- a/app/but/bulletin_but_xml_compat.py +++ b/app/but/bulletin_but_xml_compat.py @@ -218,7 +218,8 @@ def bulletin_but_xml_compat( value=scu.fmt_note( results.modimpls_evals_notes[e.moduleimpl_id][ e.id - ][etud.id] + ][etud.id], + note_max=e.note_max, ), ) )