Skip to content

Commit

Permalink
[Brent] Allow requesting of recycling sacks.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Oct 3, 2023
1 parent adc6751 commit b54183d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perllib/FixMyStreet/Cobrand/Brent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ sub bin_services_for_address {
269 => [ 8 ],
316 => [ 11 ],
317 => [ 13 ],
#807 => [ 46 ],
807 => [ 46 ],
);
my %request_allowed = map { $_ => 1 } keys %service_to_containers;
my %quantity_max = (
Expand All @@ -712,7 +712,7 @@ sub bin_services_for_address {
269 => 1,
316 => 1,
317 => 5,
#807 => 1,
807 => 1,
);

$self->{c}->stash->{quantity_max} = \%quantity_max;
Expand Down

0 comments on commit b54183d

Please sign in to comment.