Le fait de savoir si l'adh est à jour dans factures_brief est inutile
This commit is contained in:
parent
fe37e87532
commit
1c675f251c
1 changed files with 0 additions and 4 deletions
|
@ -279,10 +279,6 @@ def factures_brief(factures) :
|
||||||
a = facture.proprietaire()
|
a = facture.proprietaire()
|
||||||
p = a.Nom()
|
p = a.Nom()
|
||||||
|
|
||||||
# A jour administrativement
|
|
||||||
if not a.paiement_ok():
|
|
||||||
p = coul(p,'rouge')
|
|
||||||
|
|
||||||
# Contrôle
|
# Contrôle
|
||||||
controle = facture.controle()
|
controle = facture.controle()
|
||||||
if controle == "TRUE":
|
if controle == "TRUE":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue