fix navigation

This commit is contained in:
Romain Bignon 2013-03-27 14:29:14 +01:00
commit 42fc470df9

View file

@ -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