bnporc type life insurance on capitalisation accounts
This commit is contained in:
parent
d3c972c20c
commit
d9202f0e33
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ class AccountsList(Page):
|
||||||
u'Epargne disponible': Account.TYPE_SAVINGS,
|
u'Epargne disponible': Account.TYPE_SAVINGS,
|
||||||
u'Titres': Account.TYPE_MARKET,
|
u'Titres': Account.TYPE_MARKET,
|
||||||
u'Assurance vie': Account.TYPE_LIFE_INSURANCE,
|
u'Assurance vie': Account.TYPE_LIFE_INSURANCE,
|
||||||
|
u'Capitalisation': Account.TYPE_LIFE_INSURANCE,
|
||||||
u'Crédit immobilier': Account.TYPE_LOAN,
|
u'Crédit immobilier': Account.TYPE_LOAN,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue