From 83a0419e42fb1d42a72cc4ff1842a33625363b9d Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sat, 18 Aug 2012 13:17:25 +0200 Subject: [PATCH] fix retrieving history when not on the accounts list page --- modules/caissedepargne/browser.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/caissedepargne/browser.py b/modules/caissedepargne/browser.py index 50990ba8..5a330649 100644 --- a/modules/caissedepargne/browser.py +++ b/modules/caissedepargne/browser.py @@ -81,8 +81,7 @@ class CaisseEpargne(BaseBrowser): return None 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)