diff --git a/modules/hsbc/pages/account_pages.py b/modules/hsbc/pages/account_pages.py index fd822841a4ec09a054f3076deefbc8ce8af28ceb..03c04a5d4f38422f90f48f5dc6cfa6676c146949 100644 --- a/modules/hsbc/pages/account_pages.py +++ b/modules/hsbc/pages/account_pages.py @@ -160,7 +160,7 @@ class item(ItemElement): klass = Account def condition(self): - return len(self.el.xpath('./td')) > 2 + return len(self.el.xpath('./td')) > 2 and "en opposition" not in CleanText('./td[1]')(self) # Some accounts have no in the first def obj_label(self):