[chartes_MA] MultiMachines -> Multimachines
This commit is contained in:
parent
dc01a371dc
commit
32b4b6f705
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ def liste_charte_nok():
|
||||||
liste_nok = []
|
liste_nok = []
|
||||||
for adh in liste_actifs:
|
for adh in liste_actifs:
|
||||||
if (len([droit for droit in adh.droits()
|
if (len([droit for droit in adh.droits()
|
||||||
if droit not in ['MultiMachines', 'WebRadio']]) > 0
|
if droit not in ['Multimachines', 'Webradio']]) > 0
|
||||||
and not adh.charteMA()):
|
and not adh.charteMA()):
|
||||||
liste_nok.append(adh)
|
liste_nok.append(adh)
|
||||||
return liste_nok
|
return liste_nok
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue