fix typo (bad keyboard)
This commit is contained in:
parent
db57ff1c36
commit
6a198e721c
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class AccountsList(BasePage):
|
|||
balance = self.parser.tocleanstring(div[0])
|
||||
if len(balance) > 0 and balance not in ('ANNULEE', 'OPPOSITION'):
|
||||
try:
|
||||
acccount.balance = Decimal(FrenchTransaction.clean_amount(balance))
|
||||
account.balance = Decimal(FrenchTransaction.clean_amount(balance))
|
||||
except InvalidOperation:
|
||||
raise BrokenPageError('Unable to parse balance %r' % balance)
|
||||
account.currency = account.get_currency(balance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue