[gestion/gest_crans] j'espere avoir compris ce a quoi tu pouvais penser michou (ou pas)
darcs-hash:20100421092522-bd074-2c904b42e05fcc2bd514d962b269e2e3e278320b.gz
This commit is contained in:
parent
16bcafe5ad
commit
f7c324a5da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue