From 2b35e7ab56e0b055ce180f88d22308a0be3dbc74 Mon Sep 17 00:00:00 2001 From: Quentin Defenouillere Date: Fri, 3 Jan 2020 17:37:27 +0100 Subject: [PATCH] [cragr/api] Typed PERASSUR accounts as PER --- 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 592983cf52..f75e9565c5 100644 --- a/modules/cragr/api/pages.py +++ b/modules/cragr/api/pages.py @@ -211,6 +211,7 @@ class ContractsPage(LoggedPage, HTMLPage): 'OPEN': Account.TYPE_REVOLVING_CREDIT, 'PAGR': Account.TYPE_MADELIN, 'ACCOR MULT': Account.TYPE_MADELIN, + 'PERASSUR': Account.TYPE_PER, } -- GitLab