From 37c9dc04df7203e171db5937540dba534627f502 Mon Sep 17 00:00:00 2001 From: Damien Mat Date: Thu, 20 Jun 2019 18:12:59 +0200 Subject: [PATCH] [bred] Typing 'CEL' and 'Moisson' accounts as TYPE_SAVINGS Closes: 11364@zendesk --- modules/bred/bred/pages.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/bred/bred/pages.py b/modules/bred/bred/pages.py index 298efadbd3..5906781604 100644 --- a/modules/bred/bred/pages.py +++ b/modules/bred/bred/pages.py @@ -117,10 +117,12 @@ class AccountsPage(MyJsonPage): '025': Account.TYPE_SAVINGS, # Livret Fidélis '027': Account.TYPE_SAVINGS, # Livret A '037': Account.TYPE_SAVINGS, + '070': Account.TYPE_SAVINGS, # Compte Epargne Logement '077': Account.TYPE_SAVINGS, # Livret Bambino '078': Account.TYPE_SAVINGS, # Livret jeunes '080': Account.TYPE_SAVINGS, # Plan épargne logement '081': Account.TYPE_SAVINGS, + '086': Account.TYPE_SAVINGS, # Compte épargne Moisson '097': Account.TYPE_CHECKING, # Solde en devises '730': Account.TYPE_DEPOSIT, # Compte à terme Optiplus '999': Account.TYPE_MARKET, # no label, we use 'Portefeuille Titres' if needed -- GitLab