change currencies integer constants to ISO code strings
This commit is contained in:
parent
407774937d
commit
6099560b8c
11 changed files with 24 additions and 39 deletions
|
|
@ -61,7 +61,7 @@ class CitelisBrowser(BaseBrowser):
|
|||
self.location('%s://%s/summarySearch.do?reqCode=search' % (self.PROTOCOL, self.DOMAIN))
|
||||
account = Account()
|
||||
account.id = u'1'
|
||||
account.currency = Account.CUR_EUR
|
||||
account.currency = 'EUR'
|
||||
account.balance = self.page.get_balance()
|
||||
account.label = u'Synthèse financière'
|
||||
return [account]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue