diff --git a/modules/lcl/pages.py b/modules/lcl/pages.py index ef0d78aa..25d3fa83 100644 --- a/modules/lcl/pages.py +++ b/modules/lcl/pages.py @@ -251,6 +251,9 @@ class AccountHistoryPage(LoggedPage, HTMLPage): class CBHistoryPage(AccountHistoryPage): def get_operations(self): + def validate(self, obj): + return True + self._get_operations.item.validate = validate for tr in AccountHistoryPage.get_operations(self): tr.type = tr.TYPE_CARD yield tr