From 55fd72adf722a6c82cca522e7118b34385e7d808 Mon Sep 17 00:00:00 2001 From: Quentin Defenouillere Date: Thu, 20 Aug 2020 17:29:53 +0200 Subject: [PATCH] [cragr] Typed BOOSTE3 as TYPE_SAVINGS This is a 'Livret First' --- modules/cragr/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cragr/pages.py b/modules/cragr/pages.py index 950ab32335..ea01b01f9f 100644 --- a/modules/cragr/pages.py +++ b/modules/cragr/pages.py @@ -174,6 +174,7 @@ class ContractsPage(LoggedPage, HTMLPage): 'ORCH': Account.TYPE_SAVINGS, # Orchestra / PEP 'CB': Account.TYPE_SAVINGS, # Carré bleu / PEL 'LIS': Account.TYPE_SAVINGS, + 'BOOSTE3': Account.TYPE_SAVINGS, 'BOOSTE4': Account.TYPE_SAVINGS, # Livret d'Epargne Forteo 'PEPS': Account.TYPE_SAVINGS, # Plan d'Epargne Populaire 'LIPROJAGRI': Account.TYPE_SAVINGS, -- GitLab