aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-06-12 14:02:41 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-06-12 14:02:41 +0100
commit20637db45b151f11dbc30ccb661a0702db560d0a (patch)
tree8248cbcac866fbbfa5777983c9893e589c9f2147
parent84d9686c524e380d53601314e2a4623ddf3bbded (diff)
[Bexley] P1 email on dead animal category.
-rw-r--r--perllib/FixMyStreet/Cobrand/Bexley.pm2
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);