diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Peterborough.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Peterborough.pm b/perllib/FixMyStreet/Cobrand/Peterborough.pm index 0de626c35..829df5def 100644 --- a/perllib/FixMyStreet/Cobrand/Peterborough.pm +++ b/perllib/FixMyStreet/Cobrand/Peterborough.pm @@ -67,6 +67,9 @@ sub open311_munge_update_params { # Peterborough want to make it clear in Confirm when an update has come # from FMS. $params->{description} = "[Customer FMS update] " . $params->{description}; + + # Send the FMS problem ID with the update. + $params->{service_request_id_ext} = $comment->problem->id; } 1; |