diff --git a/modules/creditmutuel/pages.py b/modules/creditmutuel/pages.py index 170fad57..22cfda26 100644 --- a/modules/creditmutuel/pages.py +++ b/modules/creditmutuel/pages.py @@ -271,6 +271,8 @@ class CardPage(OperationsPage, LoggedPage): obj_raw = Transaction.Raw('./td[last()-2] | ./td[last()-1]') obj_type = Transaction.TYPE_CARD + obj_date = Env('debit_date') + obj_rdate = Transaction.Date(TableCell('date')) class NoOperationsPage(OperationsPage, LoggedPage):