From 150f8615a27947eeaff32287dd6589a5cebe3336 Mon Sep 17 00:00:00 2001 From: dimino Date: Sat, 1 Sep 2007 21:17:44 +0200 Subject: [PATCH] =?UTF-8?q?=C3=A7a=20ne=20sert=20a=20rien=20d'avoir=20les?= =?UTF-8?q?=20etapes=20de=20verification=20des=20etudes=20a=20chaque=20foi?= =?UTF-8?q?s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20070901191744-7b604-9409e4a7d354622535ffbd3b7d00f269912b8739.gz --- gestion/gest_crans.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 2f473510..92e995c4 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1472,8 +1472,7 @@ def modif_adher(adher): elif res[0] == 'État-civil': set_etat_civil(adher) elif res[0] == 'Administratif': - if not set_admin(adher): - set_etudes(adher) + set_admin(adher) elif res[0] == 'Mail': set_mail(adher) elif res[0] == 'Remarque':