From 42fc470df9fbe30c850b26d2a2a0f411c60a1c28 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Wed, 27 Mar 2013 14:29:14 +0100 Subject: [PATCH] fix navigation --- modules/creditdunord/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/creditdunord/browser.py b/modules/creditdunord/browser.py index de464787..28a2edcc 100644 --- a/modules/creditdunord/browser.py +++ b/modules/creditdunord/browser.py @@ -117,6 +117,7 @@ class CreditDuNordBrowser(BaseBrowser): args = self.page.get_next_args(args) def get_history(self, account): + account = self.get_account(account.id) for tr in self.iter_transactions(account._link, account._args): yield tr