diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index 2c96f449..9b33119f 100755 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -865,7 +865,7 @@ def set_admin(proprio) : if '2\n' in result and ann_scol not in proprio.paiement(): # On est en train de renouveller l'adhésion # Combien a-t-il de machines ? - if len(proprio.machines_fixes()) > 1 and not proprio.droits(): + if proprio.idn != 'cid' and len(proprio.machines_fixes()) > 1 and not proprio.droits(): # Il a plus d'une machine fixe et n'est pas membre actif arg = u'--title "Trop de machines fixes" ' arg+= u'--menu " Cet adhérent a trop de machines fixes.\n\n'