From 527ed6a3b7a619c35b52074dd976d5fdbdc74b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 22 Nov 2011 09:35:01 +0100 Subject: [PATCH] =?UTF-8?q?use=20"Vote"=20instead=20of=20"Envoi=20=C3=A0?= =?UTF-8?q?=20la=20sanction"=20to=20know=20adoption=20date?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tabellio/pcfdb/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabellio/pcfdb/sync.py b/tabellio/pcfdb/sync.py index dfac75b..2b0d06c 100644 --- a/tabellio/pcfdb/sync.py +++ b/tabellio/pcfdb/sync.py @@ -807,7 +807,7 @@ class SyncFromPcfDbView(BrowserView): '''SELECT date FROM t_histoline WHERE idhisto = %s - AND descr = %s''', (idhisto, u'Envoi à la sanction'))) + AND descr = %s''', (idhisto, u'Vote'))) row = decret_cursor.fetchone() if row is not None: object.adoption_date = row[0]