From 7b27bc195271d01c653646e99c70a875a4ebac58 Mon Sep 17 00:00:00 2001 From: Guillaume Risbourg Date: Thu, 26 Sep 2019 17:43:25 +0200 Subject: [PATCH] [bred] Added missing account types --- modules/bred/bred/pages.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/bred/bred/pages.py b/modules/bred/bred/pages.py index d9d74797bb..de474100ec 100644 --- a/modules/bred/bred/pages.py +++ b/modules/bred/bred/pages.py @@ -109,7 +109,9 @@ class AccountsPage(MyJsonPage): ACCOUNT_TYPES = { '000': Account.TYPE_CHECKING, # Compte à vue '001': Account.TYPE_SAVINGS, # Livret Ile de France + '004': Account.TYPE_SAVINGS, # Livret Guadeloupe '011': Account.TYPE_CARD, # Carte bancaire + '013': Account.TYPE_LOAN, # LCR (Lettre de Change Relevé) '020': Account.TYPE_SAVINGS, # Compte sur livret '021': Account.TYPE_SAVINGS, '022': Account.TYPE_SAVINGS, # Livret d'épargne populaire -- GitLab