From 00db75fadf253a80694e31e43e054b11cd779d71 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Wed, 10 Feb 2016 05:28:23 +0100 Subject: [PATCH] =?utf8?q?[bde/credits=5Fduplicates]=20Je=20comptais=202?= =?utf8?q?=20fois=20les=20ch=C3=A8ques=20et=20pas=20du=20tout=20les=20esp?= =?utf8?q?=C3=A8ces?= 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 d2d7575..6c9f635 100755 --- a/bde/credits_duplicates.py +++ b/bde/credits_duplicates.py @@ -42,7 +42,7 @@ def get_data(cur, delai='1 minute'): UNION ( SELECT t.*, '', '' FROM transactions t - WHERE t.type = 'crédit' AND t.emetteur = -1 + WHERE t.type = 'crédit' AND t.emetteur = -2 )); """ cur.execute(req_create_credits) -- 2.39.2