diff --git a/modules/banquepopulaire/pages.py b/modules/banquepopulaire/pages.py index cff0a798c1c1f27c8e5104152113e4b16e5335cb..e94021b62be34c7d1e0a637aa697283bbde45481 100644 --- a/modules/banquepopulaire/pages.py +++ b/modules/banquepopulaire/pages.py @@ -674,7 +674,7 @@ class GenericAccountsPage(LoggedPage, MyHTMLPage): (re.compile(r'^Plan Epargne Enfant Mul.*'), Account.TYPE_MARKET), (re.compile(r'^Alc Premium'), Account.TYPE_MARKET), (re.compile(r'^Plan Epargne Enfant Msu.*'), Account.TYPE_LIFE_INSURANCE), - (re.compile(r'^Parts Sociales.*'), Account.TYPE_MARKET), + (re.compile(r'^Parts? Sociales?.*'), Account.TYPE_MARKET), (re.compile(r'^Contrat Generali.*'), Account.TYPE_LIFE_INSURANCE), (re.compile(r'^Reserve Facelia.*'), Account.TYPE_REVOLVING_CREDIT), ]