aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorM Somerville <matthew-github@dracos.co.uk>2020-10-12 10:34:00 +0100
committerM Somerville <matthew-github@dracos.co.uk>2020-11-11 10:29:20 +0000
commit45bd2f6427e81890fde87748280d6f75370bb13d (patch)
tree204d6a81b41466a3f7fc8638a12a7d3a25b5084b /perllib
parent8bcba7034241ec4fd0cdcd66d7c0fa2ba3686a6a (diff)
[Bromley] Different lock out from time out message
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/Bromley.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Bromley.pm b/perllib/FixMyStreet/Cobrand/Bromley.pm
index 45cafeb8d..8175138ed 100644
--- a/perllib/FixMyStreet/Cobrand/Bromley.pm
+++ b/perllib/FixMyStreet/Cobrand/Bromley.pm
@@ -583,6 +583,7 @@ sub bin_services_for_address {
}
if ($state eq 'Not Completed' || ($state eq 'Completed' && $resolution eq 'Excess Waste')) {
$row->{report_allowed} = 0;
+ $row->{report_locked_out} = 1;
}
}
}