From d82b7507854fa33bcd73b8a052913b4a3b495ee7 Mon Sep 17 00:00:00 2001 From: dimino Date: Sat, 29 Sep 2007 19:36:10 +0200 Subject: [PATCH] c'est mieu pour les radhsion darcs-hash:20070929173610-7b604-07bbbb508f726da05c0a19c101c1f61c114b62fd.gz --- gestion/gest_crans.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index f8d8304c..1f620611 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -1472,7 +1472,8 @@ def modif_adher(adher): elif res[0] == 'État-civil': set_etat_civil(adher) elif res[0] == 'Administratif': - set_admin(adher) + if not set_admin(adher): + set_etudes(adher) elif res[0] == 'Mail': set_mail(adher) elif res[0] == 'Remarque':