diff --git a/modules/hsbc/pages/account_pages.py b/modules/hsbc/pages/account_pages.py index bdfaca5e73e257620b46534967bb1d0be9b92da9..13fc97a4bd2019d3ab9d369e989174549a085c57 100644 --- a/modules/hsbc/pages/account_pages.py +++ b/modules/hsbc/pages/account_pages.py @@ -106,7 +106,7 @@ class AccountsType(Filter): (r'essentiel', Account.TYPE_LIFE_INSURANCE), (r'elysee', Account.TYPE_LIFE_INSURANCE), (r'abondance', Account.TYPE_LIFE_INSURANCE), - (r'ely\. retraite', Account.TYPE_LIFE_INSURANCE), + (r'ely\. retraite', Account.TYPE_PERP), (r'lae option assurance', Account.TYPE_LIFE_INSURANCE), (r'carte ', Account.TYPE_CARD), (r'business ', Account.TYPE_CARD),