diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index bec5982f..05519e09 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 m[0] != '+' and droit in droits_mls[m]]: + for ml in [m for m in old_mls if droit in droits_mls[m]]: old_mls.pop(ml) # Choix des MLs auxquelles débonner