bnporc history not supported on life insurance

This commit is contained in:
Baptiste Delpey 2015-05-11 14:11:38 +02:00 committed by Romain Bignon
commit a4a927befe

View file

@ -152,6 +152,9 @@ class BNPorc(Browser):
return None
def iter_history(self, account):
if account.type == Account.TYPE_LIFE_INSURANCE:
raise NotImplementedError()
if account._link_id is None:
return iter([])