From 393383e13b90a78a50fc77118aec541c3f6c45e6 Mon Sep 17 00:00:00 2001 From: aurelien Date: Fri, 18 Jun 2021 10:43:07 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sco_formsemestre_validation.py b/sco_formsemestre_validation.py index 26fa1527..6e8a9a91 100644 --- a/sco_formsemestre_validation.py +++ b/sco_formsemestre_validation.py @@ -455,7 +455,7 @@ def decisions_possible_rows(Se, assiduite, subtitle="", trclass=""): for ch in choices: H.append( """""" - % (trclass, ch.rule_id, ch.codechoice, ch.codechoice) + % (trclass, ch.rule_id, ch.codechoice, ch.rule_id) ) H.append("%s " % ch.explication) if Se.prev: