From 1c675f251c164495ea95200b594602c595a0ab0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Mon, 7 Sep 2015 23:49:33 +0200 Subject: [PATCH] =?UTF-8?q?Le=20fait=20de=20savoir=20si=20l'adh=20est=20?= =?UTF-8?q?=C3=A0=20jour=20dans=20factures=5Fbrief=20est=20inutile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/whos.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gestion/whos.py b/gestion/whos.py index 0d3c456b..5f09b242 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -279,10 +279,6 @@ def factures_brief(factures) : a = facture.proprietaire() p = a.Nom() - # A jour administrativement - if not a.paiement_ok(): - p = coul(p,'rouge') - # ContrĂ´le controle = facture.controle() if controle == "TRUE":