From 544ae38d1ca6a6d7fdf14719341c182f05f65411 Mon Sep 17 00:00:00 2001 From: Quentin Defenouillere Date: Wed, 6 May 2020 17:11:29 +0200 Subject: [PATCH] [caissedepargne] Typed 'PLAN EPARG. LOGEMENT' as SAVINGS --- modules/caissedepargne/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/caissedepargne/pages.py b/modules/caissedepargne/pages.py index 39a1ca5135..0ca7402354 100644 --- a/modules/caissedepargne/pages.py +++ b/modules/caissedepargne/pages.py @@ -338,6 +338,7 @@ class IndexPage(LoggedPage, BasePage): 'LEP': Account.TYPE_SAVINGS, 'L.EPAR POPULAIRE': Account.TYPE_SAVINGS, 'LEL': Account.TYPE_SAVINGS, + 'PLAN EPARG. LOGEMENT': Account.TYPE_SAVINGS, 'L. EPAR LOGEMENT': Account.TYPE_SAVINGS, 'CPT PARTS SOCIALES': Account.TYPE_MARKET, 'PEL': Account.TYPE_SAVINGS, -- GitLab