diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-23 12:20:19 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-07-31 22:13:41 +0100 |
commit | 7e3742d37dbdab4e5be39230e4738457fecb34a4 (patch) | |
tree | 8a67d1095760120435f93df84fc079f7f76ae6be /bin | |
parent | 8faf42a8d77f5e95840ed633bd21c32923ab2c51 (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-x | bin/zurich/overdue-alert | 1 |
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 = (); |