fix getting history on some special workflow

This commit is contained in:
Romain Bignon 2013-12-01 15:04:45 +01:00
commit b8a622590a
2 changed files with 2 additions and 3 deletions

View file

@ -125,8 +125,7 @@ class BanquePopulaire(BaseBrowser):
return None
def get_history(self, account, coming=False):
if not self.is_on_page(AccountsPage):
account = self.get_account(account.id)
account = self.get_account(account.id)
if coming:
params = account._coming_params