fix set of debit date for card transactions

This commit is contained in:
Romain Bignon 2014-07-03 16:00:30 +02:00
commit 41f07101cd

View file

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