fix retrieving history when not on the accounts list page
This commit is contained in:
parent
d4ebd73f1a
commit
83a0419e42
1 changed files with 1 additions and 2 deletions
|
|
@ -81,7 +81,6 @@ class CaisseEpargne(BaseBrowser):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def get_history(self, account):
|
def get_history(self, account):
|
||||||
if not self.is_on_page(IndexPage):
|
|
||||||
self.location(self.buildurl('/Portail.aspx'))
|
self.location(self.buildurl('/Portail.aspx'))
|
||||||
|
|
||||||
self.page.go_history(account.id)
|
self.page.go_history(account.id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue