From de8ce4d239d264e42d8eff3e4b068d8c5bbc9605 Mon Sep 17 00:00:00 2001 From: Guillaume Risbourg Date: Tue, 27 Aug 2019 15:16:32 +0200 Subject: [PATCH] [bp] Added Account.TYPE_SAVINGS for "Compte relais" accounts Listed in 11364@zendesk --- modules/bp/pages/accountlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bp/pages/accountlist.py b/modules/bp/pages/accountlist.py index 395c371d56..f56e05c747 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, -- GitLab