From df22b413788ec4fe9655c0208b1d8bbe9120dbab Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Wed, 10 Feb 2016 13:42:50 +0100 Subject: [PATCH] =?utf8?q?[bde/credits=5Fduplicates]=20Oubli=20des=20colon?= =?utf8?q?nes=20pr=C3=A9nom/nom=20=C3=A0=20l'affichage?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bde/credits_duplicates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bde/credits_duplicates.py b/bde/credits_duplicates.py index e9185d3..ccda353 100755 --- a/bde/credits_duplicates.py +++ b/bde/credits_duplicates.py @@ -127,7 +127,7 @@ def interactive(blocks, cur, args): for b in blocks: lb = [int(i) for i in b.split(",")] l = get_transactions(cur, b) - formatted = pretty_print.sql_pretty_print(l, keys=["id", "date", "type", "emetteur", "destinataire", "quantite", "montant", "description", "valide", "cantinvalidate"]) + formatted = pretty_print.sql_pretty_print(l, keys=["id", "date", "type", "emetteur", "destinataire", "quantite", "montant", "description", "valide", "cantinvalidate", "prenom", "nom"]) if not args.noless: p = subprocess.Popen(["less"], stdin=subprocess.PIPE) p.communicate(formatted.encode("utf-8")) -- 2.39.2