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':