set type on card transactions
This commit is contained in:
parent
1938aaaccd
commit
606aca1bd5
1 changed files with 1 additions and 0 deletions
|
|
@ -126,4 +126,5 @@ class CaisseEpargne(Browser):
|
|||
def get_coming(self, account):
|
||||
for info in account._card_links:
|
||||
for tr in self._get_history(info):
|
||||
tr.type = tr.TYPE_CARD
|
||||
yield tr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue