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 6, 2024
1 parent 8112149 commit dc38132
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 dc38132

Please sign in to comment.