diff options
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Bromley.pm | 1 |
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; } } } |