From 16c95445d24587836e3efa09b2cd970d97aa12fd Mon Sep 17 00:00:00 2001 From: Quentin Defenouillere Date: Wed, 6 Mar 2019 15:26:32 +0100 Subject: [PATCH] [cragr] Typed 'ESP LIB 2' as Life Insurance --- modules/cragr/api/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cragr/api/pages.py b/modules/cragr/api/pages.py index 23b22bff0c..aa99106816 100644 --- a/modules/cragr/api/pages.py +++ b/modules/cragr/api/pages.py @@ -146,6 +146,7 @@ class ContractsPage(LoggedPage, HTMLPage): 'V.AVENIR': Account.TYPE_LIFE_INSURANCE, 'FLORIA': Account.TYPE_LIFE_INSURANCE, 'CAP DECOUV': Account.TYPE_LIFE_INSURANCE, + 'ESP LIB 2': Account.TYPE_LIFE_INSURANCE, 'ATOUT LIB': Account.TYPE_REVOLVING_CREDIT, 'PAGR': Account.TYPE_MADELIN, } -- GitLab