diff options
author | Struan Donald <struan@exo.org.uk> | 2020-01-23 16:01:57 +0000 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-08-10 17:43:11 +0100 |
commit | a86acd036ad52a15ee3cf546f7f496f212be3cf5 (patch) | |
tree | 1e6fac8e309ec9c4c03b95dfef4d4b22edfd4e57 /perllib/Open311/PostServiceRequestUpdates.pm | |
parent | 2b6d5e5dac59b6a8a9af89cc4a51a9c3dff7fee8 (diff) |
[Oxfordshire] include asset id in open311 description
Diffstat (limited to 'perllib/Open311/PostServiceRequestUpdates.pm')
-rwxr-xr-x | perllib/Open311/PostServiceRequestUpdates.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311/PostServiceRequestUpdates.pm b/perllib/Open311/PostServiceRequestUpdates.pm index a31bca8f7..b9aa9ed50 100755 --- a/perllib/Open311/PostServiceRequestUpdates.pm +++ b/perllib/Open311/PostServiceRequestUpdates.pm @@ -126,7 +126,7 @@ sub process_update { my $o = $self->construct_open311($body, $comment); - $cobrand->call_hook(open311_pre_send => $comment, $o); + $cobrand->call_hook(open311_pre_send_updates => $comment); my $id = $o->post_service_request_update( $comment ); |