diff --git a/modules/creditdunord/pages.py b/modules/creditdunord/pages.py index 86bfde1e..5cad4840 100644 --- a/modules/creditdunord/pages.py +++ b/modules/creditdunord/pages.py @@ -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