ASV accounts don't have history

This commit is contained in:
Romain Bignon 2015-02-02 20:14:01 +01:00
commit 95aa29b715

View file

@ -261,6 +261,9 @@ class IngBrowser(LoginBrowser):
if self.where == u'titre': if self.where == u'titre':
self.titrehistory.go() self.titrehistory.go()
return self.page.iter_history() return self.page.iter_history()
else:
# No history for ASV accounts.
return iter([])
############# CapBill ############# ############# CapBill #############
@need_login @need_login