do not get investments from PEA Espèces
This commit is contained in:
parent
81b0d2add3
commit
ab5ccb39a5
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ class BNPorc(Browser):
|
|||
|
||||
def iter_investment(self, account):
|
||||
if account.type == Account.TYPE_MARKET:
|
||||
if not account.iban:
|
||||
if not account.iban or u'espèce' in account.label.lower():
|
||||
return iter([])
|
||||
|
||||
stp = datetime.strftime(datetime.now(), '%Y%m%d%H%M%S')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue