Skip to content

Commit

Permalink
[Brent] Include car park issue type in notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Dec 17, 2024
1 parent b8e093d commit 881550c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions perllib/Open311/Endpoint/Integration/UK/Brent/Echo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ around process_service_request_args => sub {
my ($orig, $class, $args) = @_;
my $request = $class->$orig($args);

if ($args->{attributes}{CarParkIssueType}) {
$args->{attributes}{description} .= " | " . $args->{attributes}{CarParkIssueType};
}

# Missed collection
if ($request->{event_type} == 2891) {
my $service_id = $args->{attributes}{service_id};
Expand Down

0 comments on commit 881550c

Please sign in to comment.