bnporc history not supported on life insurance
This commit is contained in:
parent
de0bf7b6ca
commit
a4a927befe
1 changed files with 3 additions and 0 deletions
|
|
@ -152,6 +152,9 @@ class BNPorc(Browser):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def iter_history(self, account):
|
def iter_history(self, account):
|
||||||
|
if account.type == Account.TYPE_LIFE_INSURANCE:
|
||||||
|
raise NotImplementedError()
|
||||||
|
|
||||||
if account._link_id is None:
|
if account._link_id is None:
|
||||||
return iter([])
|
return iter([])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue