From 6c57cb4d651d9a33edafd56e1505df136fc4150b Mon Sep 17 00:00:00 2001 From: Sylvie Ye Date: Wed, 24 Jul 2019 18:40:42 +0200 Subject: [PATCH] =?UTF-8?q?[bnp]=20add=20'Cr=C3=A9dit=20Silo'=20as=20TYPE?= =?UTF-8?q?=5FREVOLVING=5FCREDIT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit needed to do 'revolving details' request --- modules/bnporc/pp/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bnporc/pp/pages.py b/modules/bnporc/pp/pages.py index 820ca7ce10..4570ba7547 100644 --- a/modules/bnporc/pp/pages.py +++ b/modules/bnporc/pp/pages.py @@ -334,6 +334,7 @@ class item(ItemElement): 'Crédit immobilier': Account.TYPE_MORTGAGE, 'Réserve Provisio': Account.TYPE_REVOLVING_CREDIT, 'Prêt personnel': Account.TYPE_CONSUMER_CREDIT, + 'Crédit Silo': Account.TYPE_REVOLVING_CREDIT, } klass = Account -- GitLab