fixing coming date with an other label

This commit is contained in:
Vincent Paredes 2014-12-01 14:57:52 +01:00 committed by Romain Bignon
commit 1938aaaccd

View file

@ -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):