From 1938aaaccdd5d1465c20f8d23ec7cb7b3dc58e99 Mon Sep 17 00:00:00 2001 From: Vincent Paredes Date: Mon, 1 Dec 2014 14:57:52 +0100 Subject: [PATCH] fixing coming date with an other label --- modules/ganassurances/pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ganassurances/pages.py b/modules/ganassurances/pages.py index 7cc10c77..58833bec 100644 --- a/modules/ganassurances/pages.py +++ b/modules/ganassurances/pages.py @@ -97,7 +97,7 @@ class TransactionsPage(HTMLPage): head_xpath = '//table[@id="releve_operation"]//tr/th' item_xpath = '//table[@id="releve_operation"]//tr' - col_date = [u'Date opé', 'Date'] + col_date = [u'Date opé', 'Date', u'Date d\'opé'] col_vdate = [u'Date valeur'] class item(Transaction.TransactionElement):