aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-02-20 11:00:48 +0000
committerDave Arter <davea@mysociety.org>2017-02-20 11:00:48 +0000
commitba1977c735cf7b8968c156707b8d10ac0d38c2af (patch)
treefee7f8688eb7d4933ad6058aec9d2e18f9e499d3 /perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm
parent53f8f462ab0d1772803516305da91fa2d622f1be (diff)
parent5414433c85749c2baed87c3e6ba4a60bc8103577 (diff)
Merge branch 'issues/forcouncils/168-stateful-sending-solution'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm b/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm
index 164a4b42d..013d710af 100644
--- a/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm
+++ b/perllib/FixMyStreet/App/Controller/Admin/ExorDefects.pm
@@ -57,6 +57,7 @@ sub download : Path('download') : Args(0) {
my %params = (
-and => [
state => [ 'action scheduled' ],
+ external_id => { '!=' => undef },
'admin_log_entries.action' => 'inspected',
'admin_log_entries.whenedited' => { '>=', $start_date },
'admin_log_entries.whenedited' => { '<=', $end_date + $one_day },