From 3f5549db2c8762e196d8b15c3f9166446d57530d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 11 Sep 2014 01:19:14 +0200 Subject: [PATCH] [whos] Display plus propre des factures. --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index 6db62ee7..86b19bb8 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -315,7 +315,7 @@ def factures_brief(factures) : return u"Le propriétaire en rouge signale un problème administratif.\n" + \ tableau(data, titre = [u'fid', u'Propriétaire', u'Articles', u'Mode de paiement', u'Payé', u"Contrôle", u"Total"], - largeur = [5, 16, '*', 16, 19, 10, 8], + largeur = [5, 18, '*', 8, 19, 8, 8], alignement = ['d', 'g', 'g', 'c', 'c', 'g', 'd'] )