diff --git a/modules/ganassurances/browser.py b/modules/ganassurances/browser.py index 09d0d6ff3ce7e6f158fdc9037c90d6fbf7d0718a..70b34c8e706ab1d365d7b481126b5af6c92f7d8c 100644 --- a/modules/ganassurances/browser.py +++ b/modules/ganassurances/browser.py @@ -90,6 +90,8 @@ def get_history(self, account): return iter([]) def get_coming(self, account): + if account.type == Account.TYPE_LIFE_INSURANCE: + return [] accounts = self.get_accounts_list() for a in accounts: if a.id == account.id: