diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-06-12 14:02:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-06-12 14:02:41 +0100 |
commit | 20637db45b151f11dbc30ccb661a0702db560d0a (patch) | |
tree | 8248cbcac866fbbfa5777983c9893e589c9f2147 | |
parent | 84d9686c524e380d53601314e2a4623ddf3bbded (diff) |
[Bexley] P1 email on dead animal category.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bexley.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bexley.pm b/perllib/FixMyStreet/Cobrand/Bexley.pm index 727382ec0..d398bb670 100644 --- a/perllib/FixMyStreet/Cobrand/Bexley.pm +++ b/perllib/FixMyStreet/Cobrand/Bexley.pm @@ -86,7 +86,7 @@ sub open311_post_send { return unless $row->external_id; return unless $row->category eq 'Abandoned and untaxed vehicles' - || $row->category eq 'Animal fouling'; + || $row->category eq 'Dead animal'; my $mb = FixMyStreet->config('STAGING_SITE') ? 'digital-team' : 'P1sfromContactCentre'; my $e = join('@', $mb, $self->admin_user_domain); |