File diff fa35a70f9fe1 → 18eebbc0ed28
import2ledger/hooks/filter_by_date.py
Show inline comments
...
 
@@ -9,4 +9,4 @@ class FilterByDateHook:
 
            pass
 
        else:
 
            if not self.config.date_in_want_range(date):
 
                entry_data['_hook_cancel'] = True
 
                return False