From ad8758ddce882da02e47192626e806d4ea04fde4 Mon Sep 17 00:00:00 2001 From: Maxime Gasselin Date: Mon, 20 May 2019 19:06:39 +0200 Subject: [PATCH] [cic] Type account Customer ask for type "Service Accueil Cic" account in checking account. Closes: 11278@zendesk --- modules/creditmutuel/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/creditmutuel/pages.py b/modules/creditmutuel/pages.py index 21e88a51a5..ffb265be4d 100644 --- a/modules/creditmutuel/pages.py +++ b/modules/creditmutuel/pages.py @@ -139,6 +139,7 @@ class item_account_generic(ItemElement): ('C/C', Account.TYPE_CHECKING), ('Start', Account.TYPE_CHECKING), ('Comptes courants', Account.TYPE_CHECKING), + ('Service Accueil', Account.TYPE_CHECKING), ('Catip', Account.TYPE_DEPOSIT), ('Cic Immo', Account.TYPE_LOAN), ('Credit', Account.TYPE_LOAN), -- GitLab