Skip to content

Commit

Permalink
[Bexley] Remove cat/dog from OOH.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Oct 28, 2024
1 parent 506d2bd commit c726b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/Cobrand/Bexley.pm
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ sub open311_post_send {
$p1_email = 1 if $burnt eq 'Yes';
} elsif ($row->category eq 'Dead animal') {
my $reportType = $row->get_extra_field_value('reportType') || '';
if ($reportType eq 'Horse / Large Animal' || $reportType eq 'Cat / Dog') {
if ($reportType eq 'Horse / Large Animal') {
$outofhours_email = 1;
};
$p1_email = 1;
Expand Down

0 comments on commit c726b00

Please sign in to comment.