diff --git a/modules/ing/browser.py b/modules/ing/browser.py index 415a1f3c..49200311 100644 --- a/modules/ing/browser.py +++ b/modules/ing/browser.py @@ -260,7 +260,10 @@ class IngBrowser(LoginBrowser): if self.where == u'titre': self.titrehistory.go() - return self.page.iter_history() + return self.page.iter_history() + else: + # No history for ASV accounts. + return iter([]) ############# CapBill ############# @need_login