fix navigation
This commit is contained in:
parent
ccb69b2092
commit
42fc470df9
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue