From 606aca1bd5246ad830dcca4a163836b602e34690 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Wed, 3 Dec 2014 08:42:59 +0100 Subject: [PATCH] set type on card transactions --- modules/caissedepargne/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/caissedepargne/browser.py b/modules/caissedepargne/browser.py index b5772ee9..8b51f3e8 100644 --- a/modules/caissedepargne/browser.py +++ b/modules/caissedepargne/browser.py @@ -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