From a1f93da9b57aa23c91c1cc6409633f39be43b3b4 Mon Sep 17 00:00:00 2001 From: bernat Date: Sat, 1 Oct 2005 12:42:07 +0200 Subject: [PATCH] Bug a Fred darcs-hash:20051001104207-d1718-bbb341c3d1a812e078c068e9b7726438e0140b9e.gz --- gestion/gest_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'