Skip to content

Commit

Permalink
[Bexley][WW] Use collection_service_id for removal requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nephila-nacrea committed Nov 27, 2024
1 parent 1d9fedb commit ce4284a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perllib/Integrations/Whitespace.pm
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ sub CreateWorksheet {

my $service_id = $params->{service_code} eq 'request_new_container'
? $service_params->{delivery_service_id}
: $params->{service_code} eq 'request_container_removal'
? $service_params->{collection_service_id}
: $service_params->{service_id};

my $worksheet = ixhash(
Expand Down

0 comments on commit ce4284a

Please sign in to comment.