diff --git a/modules/axabanque/pages/bank.py b/modules/axabanque/pages/bank.py index e4678e5980f1e304b2f4666f843202322b927e57..b8ed5b1bac235ec8f9a6a4f4ae548dd03febf2a6 100644 --- a/modules/axabanque/pages/bank.py +++ b/modules/axabanque/pages/bank.py @@ -82,6 +82,7 @@ class AccountsPage(LoggedPage, MyHTMLPage): ('livret', Account.TYPE_SAVINGS), ('ldd', Account.TYPE_SAVINGS), ('pel', Account.TYPE_SAVINGS), + ('cel', Account.TYPE_SAVINGS), ('pea', Account.TYPE_PEA), ('titres', Account.TYPE_MARKET), ('valorisation', Account.TYPE_MARKET),