From f7c324a5daa48ba329082301c88561bae486695a Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Wed, 21 Apr 2010 11:25:22 +0200 Subject: [PATCH] [gestion/gest_crans] j'espere avoir compris ce a quoi tu pouvais penser michou (ou pas) darcs-hash:20100421092522-bd074-2c904b42e05fcc2bd514d962b269e2e3e278320b.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 05519e09..bec5982f 100644 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -598,7 +598,7 @@ def set_droits(adher): # MLs pour lesquelles un autre droit abonne encore for droit in new: - for ml in [m for m in old_mls if droit in droits_mls[m]]: + for ml in [m for m in old_mls if m[0] != '+' and droit in droits_mls[m]]: old_mls.pop(ml) # Choix des MLs auxquelles débonner