get IBAN of accounts
This commit is contained in:
parent
365d7cfd4e
commit
7afecb275a
3 changed files with 20 additions and 5 deletions
|
|
@ -155,6 +155,7 @@ class AccountsPage(BEPage):
|
|||
else:
|
||||
account._link_id = parse_qs(link.attrib['href'])['ch4'][0]
|
||||
account.id = to_unicode(tdid.text.strip().replace(' ', ''))
|
||||
account.iban = 'FR76' + account.id
|
||||
# just in case we are showing the converted balances
|
||||
account._main_currency = Account.get_currency(tdcur.text)
|
||||
# we have to ignore those accounts, because using NotAvailable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue