fix savings account type

This commit is contained in:
Romain Bignon 2015-06-16 20:19:24 +02:00
commit 40246c8606

View file

@ -231,7 +231,7 @@ class AccountsList(Page):
ACCOUNT_TYPES = {'mes-comptes/compte-courant': Account.TYPE_CHECKING,
'mes-comptes/assurance-vie': Account.TYPE_LIFE_INSURANCE,
'mes-comptes/livret': Account.TYPE_LOAN,
'mes-comptes/livret': Account.TYPE_SAVINGS,
'mes-comptes/pea': Account.TYPE_MARKET,
'mes-comptes/compte-titres': Account.TYPE_MARKET,
}