lcl fix stop parsing not transactions lines

This commit is contained in:
Baptiste Delpey 2015-03-02 13:52:19 +01:00 committed by Romain Bignon
commit 291acb53bc

View file

@ -223,6 +223,7 @@ class AccountHistoryPage(LoggedPage, HTMLPage):
def condition(self):
return self.parent.get_colnum('date') is not None and \
len(self.el.findall('td')) >= 3 and \
self.el.get('class') and \
not 'tableTr' in self.el.get('class')
def validate(self, obj):