From 8de7cd3d468a07142dd74f3527984e2c43211895 Mon Sep 17 00:00:00 2001 From: Aurelien PLANCKE Date: Fri, 21 May 2021 13:39:28 +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 ec728cf74..e0d7fd330 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_acronyme"],f["formation_id"], suppricon) + % (f["acronyme"],f["formation_id"], suppricon) ) else: but_suppr = '' if editable: but_edit = ( '%s' - % (f["formation_acronyme"],f["formation_id"], editicon) + % (f["acronyme"],f["formation_id"], editicon) ) else: but_edit = ''