Skip to content

Commit

Permalink
[Merton] Ignore orange bag services in calendar.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Dec 4, 2024
1 parent f7cae7b commit 136dd99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perllib/FixMyStreet/Roles/Cobrand/Echo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ sub bin_future_collections {
my %names;
foreach (@$services) {
next unless $_->{service_task_id};
next if $_->{orange_bag}; # Merton special entries
push @tasks, $_->{service_task_id};
$names{$_->{service_task_id}} = $_->{service_name};
}
Expand Down

0 comments on commit 136dd99

Please sign in to comment.