From 7ade7dcf7be8377eca18426b3d63302bc612564f Mon Sep 17 00:00:00 2001 From: Quentin Defenouillere Date: Mon, 11 May 2020 17:55:36 +0200 Subject: [PATCH] [s2e] Typed 'CCB' accounts as 'TYPE_RSP' --- modules/s2e/pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/s2e/pages.py b/modules/s2e/pages.py index 449cff9ba7..abdf190877 100644 --- a/modules/s2e/pages.py +++ b/modules/s2e/pages.py @@ -489,7 +489,7 @@ def on_load(self): 'PERECO': Account.TYPE_PER, 'SWISS': Account.TYPE_MARKET, 'RSP': Account.TYPE_RSP, - 'CCB': Account.TYPE_DEPOSIT, + 'CCB': Account.TYPE_RSP, 'PARTICIPATION': Account.TYPE_DEPOSIT, 'PERF': Account.TYPE_PERP, } -- GitLab