aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Bexley.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bexley.pm b/perllib/FixMyStreet/Cobrand/Bexley.pm
index bbef4154b..5fc7b37a0 100644
--- a/perllib/FixMyStreet/Cobrand/Bexley.pm
+++ b/perllib/FixMyStreet/Cobrand/Bexley.pm
@@ -167,8 +167,10 @@ sub open311_post_send {
my $reportType = $row->get_extra_field_value('reportType') || '';
$p1_email = 1 if $reportType eq 'Cover missing';
$p1_email = 1 if $dangerous eq 'Yes';
+ $outofhours_email = 1 if $dangerous eq 'Yes';
} elsif ($row->category eq 'Damage to kerb' || $row->category eq 'Damaged road' || $row->category eq 'Damaged pavement') {
$p1_email = 1;
+ $outofhours_email = 1 if $dangerous eq 'Yes';
} elsif (!$lighting{$row->category}) {
$p1_email = 1 if $dangerous eq 'Yes';
$outofhours_email = 1 if $dangerous eq 'Yes';