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'] )