fix set of debit date for card transactions
This commit is contained in:
parent
d1a1938780
commit
41f07101cd
1 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue