aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-01-23 12:20:19 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-07-31 22:13:41 +0100
commit7e3742d37dbdab4e5be39230e4738457fecb34a4 (patch)
tree8a67d1095760120435f93df84fc079f7f76ae6be /bin
parent8faf42a8d77f5e95840ed633bd21c32923ab2c51 (diff)
[Zurich] Show internal reports on their own page.
The new internal reports is displayed the same as the main summary, and all reports shows both internal/non-internal.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/zurich/overdue-alert1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/zurich/overdue-alert b/bin/zurich/overdue-alert
index 7689c172f..b052d94d3 100755
--- a/bin/zurich/overdue-alert
+++ b/bin/zurich/overdue-alert
@@ -45,6 +45,7 @@ sub loop_through {
state => $states,
created => { '<', $date_threshold },
bodies_str => { '!=', undef },
+ non_public => 0,
} );
my %to_send = ();