[gestion/gest_crans.py] needed bugfix
darcs-hash:20100421104955-bd074-7ef1656a4aa38cebf9d45e35c0ffaf6e0de6bf03.gz
This commit is contained in:
parent
cc3db8a648
commit
87f1520401
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 droit in droits_mls.get(m, [])]:
|
||||
old_mls.pop(ml)
|
||||
|
||||
# Choix des MLs auxquelles débonner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue