set type on card transactions

This commit is contained in:
Romain Bignon 2014-12-03 08:42:59 +01:00
commit 606aca1bd5

View file

@ -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