diff --git a/modules/ing/pages/accounts_list.py b/modules/ing/pages/accounts_list.py index 9623746e..35fd2424 100644 --- a/modules/ing/pages/accounts_list.py +++ b/modules/ing/pages/accounts_list.py @@ -137,6 +137,7 @@ class AccountsList(LoggedPage, HTMLPage): class item(ItemElement): klass = Transaction + obj_id = None # will be overwrited by the browser # we use lower for compatibility with the old website obj_raw = Transaction.Raw(Lower('.//td[@class="lbl"]')) obj_amount = CleanDecimal('.//td[starts-with(@class, "amount")]')