# Hotfix
* fixes bug where report creation would fail
This commit is contained in:
parent
a179827a35
commit
db9881d05f
@ -231,8 +231,8 @@ class TimespanReport:
|
||||
intervention__responsible__conservation_office__id=id,
|
||||
intervention__legal__registration_date__gt=LKOMPVZVO_PUBLISH_DATE,
|
||||
deleted=None,
|
||||
intervention__created__date__timestamp__gte=date_from,
|
||||
intervention__created__date__timestamp__lte=date_to,
|
||||
intervention__created__timestamp__date__gte=date_from,
|
||||
intervention__created__timestamp__date__lte=date_to,
|
||||
)
|
||||
self.queryset_checked = self.queryset.filter(
|
||||
intervention__checked__isnull=False
|
||||
|
Loading…
Reference in New Issue
Block a user