[adh glissantes] Corrections
This commit is contained in:
parent
e30d94bf18
commit
08595c52ce
2 changed files with 1 additions and 2 deletions
|
@ -1475,7 +1475,6 @@ def set_connexion(proprio):
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
nb_mois = res
|
nb_mois = res
|
||||||
back = False
|
|
||||||
break
|
break
|
||||||
if back:
|
if back:
|
||||||
continue
|
continue
|
||||||
|
|
|
@ -212,7 +212,7 @@ comptes_inactifs.py
|
||||||
mail = nb_mails_non_lus(login)
|
mail = nb_mails_non_lus(login)
|
||||||
mail = mail == None and u'?' or mail > 0 and u'X' or u' '
|
mail = mail == None and u'?' or mail > 0 and u'X' or u' '
|
||||||
ligne = (a.id(), login, a.Nom(), date, forward, mail)
|
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)
|
inscrits.append(ligne)
|
||||||
else:
|
else:
|
||||||
anciens.append(ligne)
|
anciens.append(ligne)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue