diff --git a/modules/bp/pages/accountlist.py b/modules/bp/pages/accountlist.py index 1e3e5fea46b395ff3bcf5933d5673dc0a73ff6e8..5d89306f74b377aef8618bc28656ee836b7e1707 100644 --- a/modules/bp/pages/accountlist.py +++ b/modules/bp/pages/accountlist.py @@ -103,7 +103,7 @@ def obj_type(self): "autres produits d'epargne": Account.TYPE_SAVINGS, 'comptes? titres? et pea': Account.TYPE_MARKET, 'compte-titres': Account.TYPE_MARKET, - 'assurances? vie et retraite': Account.TYPE_LIFE_INSURANCE, + 'assurances? vie': Account.TYPE_LIFE_INSURANCE, u'prêt': Account.TYPE_LOAN, u'crédits?': Account.TYPE_LOAN, 'plan d\'epargne en actions': Account.TYPE_PEA,