From 96c9a5c647ca7a217fb24a1484a919d1789d3241 Mon Sep 17 00:00:00 2001 From: aurelien Date: Fri, 18 Jun 2021 10:40:54 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20id=20sur=20d=C3=A9cision?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sco_formsemestre_validation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sco_formsemestre_validation.py b/sco_formsemestre_validation.py index cee90dd2..26fa1527 100644 --- a/sco_formsemestre_validation.py +++ b/sco_formsemestre_validation.py @@ -454,8 +454,8 @@ def decisions_possible_rows(Se, assiduite, subtitle="", trclass=""): H.append("Code %sDevenir" % TitleCur) for ch in choices: H.append( - """""" - % (trclass, ch.rule_id, ch.codechoice) + """""" + % (trclass, ch.rule_id, ch.codechoice, ch.codechoice) ) H.append("%s " % ch.explication) if Se.prev: