don't list bourse accounts
This commit is contained in:
parent
443df5360c
commit
2d4635b3e6
2 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ class BPBrowser(BaseBrowser):
|
|||
|
||||
def get_history(self, Account):
|
||||
self.location(Account._link_id)
|
||||
if not self.is_on_page(AccountHistory):
|
||||
return iter([])
|
||||
return self.page.get_history()
|
||||
|
||||
def make_transfer(self, from_account, to_account, amount):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue