ASV accounts don't have history
This commit is contained in:
parent
e55bcf9ff2
commit
95aa29b715
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue