fix name of paypal accounts (display currency instead of balance)
This commit is contained in:
parent
026f3fb712
commit
2077cbdf34
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class NewAccountPage(Page):
|
|||
|
||||
primary_account.balance = Decimal(FrenchTransaction.clean_amount(balance))
|
||||
|
||||
primary_account.label = u'%s %s*' % (self.browser.username, balance.split()[-1])
|
||||
primary_account.label = u'%s %s*' % (self.browser.username, primary_account.currency)
|
||||
|
||||
accounts[primary_account.id] = primary_account
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue