File diff 34b71baaf7af → b41a7a99af17
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.clear()
 
                entry_data['_hook_cancel'] = True