From 5b259d61bbf644d52726b3bf14e5f8bdf7249aef Mon Sep 17 00:00:00 2001 From: Christophe Francois Date: Mon, 18 May 2020 11:43:31 +0200 Subject: [PATCH] [hsbc] New account type --- modules/hsbc/pages/account_pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hsbc/pages/account_pages.py b/modules/hsbc/pages/account_pages.py index 5a7f150624..038746aac8 100644 --- a/modules/hsbc/pages/account_pages.py +++ b/modules/hsbc/pages/account_pages.py @@ -98,6 +98,7 @@ class AccountsType(Filter): (r'livjeu', Account.TYPE_SAVINGS), (r'csljun', Account.TYPE_SAVINGS), (r'ldds', Account.TYPE_SAVINGS), + (r'\blep\b', Account.TYPE_SAVINGS), (r'compte', Account.TYPE_CHECKING), (r'cpte', Account.TYPE_CHECKING), (r'scpi', Account.TYPE_MARKET), -- GitLab