diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-14 10:26:25 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-14 10:26:25 +0000 |
commit | a3cbfda1d64e416a21f7aaa9f32705b050bf5911 (patch) | |
tree | 455d5ee5e595414145d9f27a8931eabca1d09c1a /perllib/FixMyStreet/Script/Reports.pm | |
parent | 2361c341a2d946470ce445c4ffd2efc57c348c4f (diff) | |
parent | 1511fd51adef54ec93759ef256ca9f3ce3646adb (diff) |
Merge branch 'issues/commercial/987-zurich-csv-updates'
Diffstat (limited to 'perllib/FixMyStreet/Script/Reports.pm')
-rw-r--r-- | perllib/FixMyStreet/Script/Reports.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Script/Reports.pm b/perllib/FixMyStreet/Script/Reports.pm index be3c4c69a..aa6b64752 100644 --- a/perllib/FixMyStreet/Script/Reports.pm +++ b/perllib/FixMyStreet/Script/Reports.pm @@ -29,7 +29,7 @@ sub send(;$) { my $site = $site_override || CronFns::site($base_url); my $states = [ FixMyStreet::DB::Result::Problem::open_states() ]; - $states = [ 'unconfirmed', 'confirmed', 'in progress', 'planned', 'closed', 'investigating' ] if $site eq 'zurich'; + $states = [ 'submitted', 'confirmed', 'in progress', 'feedback pending', 'external', 'wish' ] if $site eq 'zurich'; my $unsent = $rs->search( { state => $states, whensent => undef, |