From 54de1c515d8240995a8b7499a20e9fda793fc0e3 Mon Sep 17 00:00:00 2001 From: Quentin Defenouillere Date: Tue, 26 Feb 2019 10:51:58 +0100 Subject: [PATCH] =?UTF-8?q?[s2e]=20Typed=20"Compte=20courant=20bloqu=C3=A9?= =?UTF-8?q?"=20as=20type=20DEPOSIT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: 9732@zendesk --- modules/s2e/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/s2e/pages.py b/modules/s2e/pages.py index cd7d0c81c6..ad98f0c3b2 100644 --- a/modules/s2e/pages.py +++ b/modules/s2e/pages.py @@ -349,6 +349,7 @@ def on_load(self): 'PERCOI': Account.TYPE_PERCO, 'SWISS': Account.TYPE_MARKET, 'RSP': Account.TYPE_RSP, + 'CCB': Account.TYPE_DEPOSIT, } CONDITIONS = { -- GitLab