diff --git a/modules/societegenerale/pages/accounts_list.py b/modules/societegenerale/pages/accounts_list.py index 19d3b820ff89c02dc05560b5845c6cd8cacd34fe..7b7639af346d7824cf691212bb70a0e3b638c279 100644 --- a/modules/societegenerale/pages/accounts_list.py +++ b/modules/societegenerale/pages/accounts_list.py @@ -233,7 +233,7 @@ def get_account_comings(self): return account_comings -class LoanDetailsPage(JsonPage): +class LoanDetailsPage(LoggedPage, JsonPage): def set_loan_details(self, account): # If there are no available details for the loan, the statut will be "NOK" if Dict('commun/statut')(self.doc) == 'NOK':