diff --git a/modules/bp/pages/accountlist.py b/modules/bp/pages/accountlist.py index 395c371d56d92392dc80992eee99237251bd49c8..f56e05c747ff9533de7ec4280737ca18c69e32ce 100644 --- a/modules/bp/pages/accountlist.py +++ b/modules/bp/pages/accountlist.py @@ -136,6 +136,7 @@ def obj_type(self): 'livrets?': Account.TYPE_SAVINGS, 'epargnes? logement': Account.TYPE_SAVINGS, "autres produits d'epargne": Account.TYPE_SAVINGS, + 'compte relais': Account.TYPE_SAVINGS, 'comptes? titres? et pea': Account.TYPE_MARKET, 'compte-titres': Account.TYPE_MARKET, 'assurances? vie': Account.TYPE_LIFE_INSURANCE,