[whos] Bug d'affichage sur machines_brief
This commit is contained in:
parent
0d99c80932
commit
f309384fe5
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ def machines_brief(machines) :
|
||||||
p = a.Nom()
|
p = a.Nom()
|
||||||
|
|
||||||
# A jour administrativement
|
# A jour administrativement
|
||||||
if (a.adhesion() > time() and ann_scol not in a.paiement()) or not a.carteEtudiant():
|
if not a.paiement_ok():
|
||||||
p = coul(p,'rouge')
|
p = coul(p,'rouge')
|
||||||
|
|
||||||
# Données
|
# Données
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue