courtois: we now skip transactions without date even on pro accounts
This commit is contained in:
parent
13fa877935
commit
4def869b6a
1 changed files with 3 additions and 0 deletions
|
|
@ -315,6 +315,9 @@ class ProTransactionsPage(TransactionsPage):
|
|||
t.parse(date, raw)
|
||||
t.set_amount(tr['mont'])
|
||||
|
||||
if t.date is NotAvailable:
|
||||
continue
|
||||
|
||||
if self.set_coming(t):
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue