[adh glissantes] Corrections

This commit is contained in:
Pierre-Elliott Bécue 2014-08-21 17:30:29 +02:00
parent e30d94bf18
commit 08595c52ce
2 changed files with 1 additions and 2 deletions

View file

@ -212,7 +212,7 @@ comptes_inactifs.py
mail = nb_mails_non_lus(login)
mail = mail == None and u'?' or mail > 0 and u'X' or u' '
ligne = (a.id(), login, a.Nom(), date, forward, mail)
if a.paiement_ok():
if ann_scol in a.paiement() or a.adhesion() > time():
inscrits.append(ligne)
else:
anciens.append(ligne)