From 730ad1188d11056c34b8cdb5b292298d359f7e5a Mon Sep 17 00:00:00 2001 From: Maxime Pommier Date: Wed, 10 Apr 2019 10:58:37 +0200 Subject: [PATCH] [boursorama] Add bdate to deferred card transaction --- modules/boursorama/pages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/boursorama/pages.py b/modules/boursorama/pages.py index e305242733..9c4b2ccd9f 100644 --- a/modules/boursorama/pages.py +++ b/modules/boursorama/pages.py @@ -514,6 +514,7 @@ class item(ItemElement): obj_raw = Transaction.Raw(Dict('label')) obj_date = Date(Dict('dateVal'), dayfirst=True) + obj_bdate = Date(Dict('dateOp'), dayfirst=True) obj__account_label = Dict('accountLabel') obj__is_coming = False -- GitLab