From ee5b7939db16e158dc6bd0bdac22df347b7889cf Mon Sep 17 00:00:00 2001 From: Aurelien PLANCKE Date: Fri, 21 May 2021 13:37:07 +0200 Subject: [PATCH] =?UTF-8?q?changement=20ID=20des=20boutons=20de=20ID=20de?= =?UTF-8?q?=20formation=20=C3=A0=20acronyme=20de=20formation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sco_formations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sco_formations.py b/sco_formations.py index ae1cd8d6..ec728cf7 100644 --- a/sco_formations.py +++ b/sco_formations.py @@ -260,14 +260,14 @@ def formation_list_table(context, formation_id=None, args={}, REQUEST=None): if editable and not locked: but_suppr = ( '%s' - % (f["formation_id"],f["formation_id"], suppricon) + % (f["formation_acronyme"],f["formation_id"], suppricon) ) else: but_suppr = '' if editable: but_edit = ( '%s' - % (f["formation_id"],f["formation_id"], editicon) + % (f["formation_acronyme"],f["formation_id"], editicon) ) else: but_edit = ''