Use Transaction.Raw
This commit is contained in:
parent
267b8bbc75
commit
7f02c6d526
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class AccountsList(LoggedPage, HTMLPage):
|
||||||
u'frais': u'Frais bancaire', u'sepaplvt': u'Prélèvement'}
|
u'frais': u'Frais bancaire', u'sepaplvt': u'Prélèvement'}
|
||||||
|
|
||||||
# we use lower for compatibility with the old website
|
# we use lower for compatibility with the old website
|
||||||
obj_raw = Lower('.//td[@class="lbl"]')
|
obj_raw = Transaction.Raw(Lower('.//td[@class="lbl"]'))
|
||||||
obj_amount = CleanDecimal('.//td[starts-with(@class, "amount")]')
|
obj_amount = CleanDecimal('.//td[starts-with(@class, "amount")]')
|
||||||
obj__textdate = Env('_textdate')
|
obj__textdate = Env('_textdate')
|
||||||
obj_date = Date(Field('_textdate'), dayfirst=True)
|
obj_date = Date(Field('_textdate'), dayfirst=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue