diff --git a/modules/societegenerale/pages/accounts_list.py b/modules/societegenerale/pages/accounts_list.py index 2b788a741461f8f2cc3006a17715de10e48149b8..d382717a3806ec083a3350f3b5e40b1d300e0397 100644 --- a/modules/societegenerale/pages/accounts_list.py +++ b/modules/societegenerale/pages/accounts_list.py @@ -129,6 +129,7 @@ class item(ItemElement): 'CEL': Account.TYPE_SAVINGS, 'LDD': Account.TYPE_SAVINGS, 'LIVRETA': Account.TYPE_SAVINGS, + 'SOGEMONDE': Account.TYPE_SAVINGS, 'LIVRET_JEUNE': Account.TYPE_SAVINGS, 'LIVRET_EUROKID': Account.TYPE_SAVINGS, 'COMPTE_SUR_LIVRET': Account.TYPE_SAVINGS,