diff --git a/gestion/whos.py b/gestion/whos.py index fddaafa3..0404e87c 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -421,7 +421,7 @@ def list_factures(factures) : data.append([ f.id(), f.modePaiement(), - coul(datetimeFromGTF(facture.recuPaiement()).strftime("%d/%m/%Y %H:%M:%S"), "vert") if f.recuPaiement() else coul("NON", "rouge"), + coul(datetimeFromGTF(f.recuPaiement()).strftime("%d/%m/%Y %H:%M:%S"), "vert") if f.recuPaiement() else coul("NON", "rouge"), controle, ', '.join(a['code'] for a in f.articles()), u"%s€" % sum([float(a['pu'])*int(a['nombre']) for a in f.articles()])