diff --git a/modules/bnporc/deprecated/browser.py b/modules/bnporc/deprecated/browser.py index a881fd28..cd7289f6 100644 --- a/modules/bnporc/deprecated/browser.py +++ b/modules/bnporc/deprecated/browser.py @@ -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')