fix navigation for deferred cards

This commit is contained in:
Romain Bignon 2013-04-10 17:33:06 +02:00
commit d74be0340e
2 changed files with 2 additions and 1 deletions

View file

@ -117,7 +117,6 @@ 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