From d9202f0e335e821be3724bf00023441ec8bacc1a Mon Sep 17 00:00:00 2001 From: Baptiste Delpey Date: Mon, 18 May 2015 13:57:33 +0200 Subject: [PATCH] bnporc type life insurance on capitalisation accounts --- modules/bnporc/deprecated/perso/accounts_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bnporc/deprecated/perso/accounts_list.py b/modules/bnporc/deprecated/perso/accounts_list.py index 4d3d46db..f8365269 100644 --- a/modules/bnporc/deprecated/perso/accounts_list.py +++ b/modules/bnporc/deprecated/perso/accounts_list.py @@ -33,6 +33,7 @@ class AccountsList(Page): u'Epargne disponible': Account.TYPE_SAVINGS, u'Titres': Account.TYPE_MARKET, u'Assurance vie': Account.TYPE_LIFE_INSURANCE, + u'Capitalisation': Account.TYPE_LIFE_INSURANCE, u'Crédit immobilier': Account.TYPE_LOAN, }