Skip to content
Snippets Groups Projects
Commit 2fa78f1c authored by Kurt Gerber's avatar Kurt Gerber
Browse files

Merge branch 'hotfix/reporting-script-published-all'

parents 09c74e3c 55c0840a
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@ class ReportStatus:
def get_published(self):
return Questionnaire.with_status.public().filter(
created__gte=self.report_start,
created__lte=self.report_end,
updated__gte=self.report_start,
updated__lte=self.report_end,
code__startswith=self.configuration_type
).exclude(
status__in=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment