diff --git a/modules/creditmutuel/pages.py b/modules/creditmutuel/pages.py index 170fad57ed51a7ee47f9d8485a4aadbaed610248..22cfda2666c01f2f4927356e0cd90006b4fa268b 100644 --- a/modules/creditmutuel/pages.py +++ b/modules/creditmutuel/pages.py @@ -271,6 +271,8 @@ class item(Transaction.TransactionElement): 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):