do not get coming operations, as their labels are useless
This commit is contained in:
parent
82a874bc73
commit
61f4e631dd
1 changed files with 7 additions and 4 deletions
|
|
@ -67,7 +67,10 @@ class SocieteGeneraleBackend(BaseBackend, ICapBank):
|
||||||
yield tr
|
yield tr
|
||||||
|
|
||||||
def iter_coming(self, account):
|
def iter_coming(self, account):
|
||||||
with self.browser:
|
return iter([])
|
||||||
for tr in self.browser.iter_history(account._link_id):
|
|
||||||
if tr._coming:
|
# XXX do not print coming operations, as their labels are really useless.
|
||||||
yield tr
|
#with self.browser:
|
||||||
|
# for tr in self.browser.iter_history(account._link_id):
|
||||||
|
# if tr._coming:
|
||||||
|
# yield tr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue