fixing coming date with an other label
This commit is contained in:
parent
226c4853a1
commit
1938aaaccd
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class TransactionsPage(HTMLPage):
|
||||||
head_xpath = '//table[@id="releve_operation"]//tr/th'
|
head_xpath = '//table[@id="releve_operation"]//tr/th'
|
||||||
item_xpath = '//table[@id="releve_operation"]//tr'
|
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']
|
col_vdate = [u'Date valeur']
|
||||||
|
|
||||||
class item(Transaction.TransactionElement):
|
class item(Transaction.TransactionElement):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue