courtois: we now skip transactions without date even on pro accounts

This commit is contained in:
Baptiste Delpey 2015-07-20 15:01:31 +02:00 committed by Romain Bignon
commit 4def869b6a

View file

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