aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-reports
diff options
context:
space:
mode:
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-xbin/send-reports1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/send-reports b/bin/send-reports
index 5842e1694..77c7b1a10 100755
--- a/bin/send-reports
+++ b/bin/send-reports
@@ -546,6 +546,7 @@ sub post_barnet_message {
if (my $barnet_id = $result->get_EV_ORDER_NO()) {
$problem->external_id( $barnet_id );
$problem->external_body( 'Barnet Borough Council' ); # better to use $problem->body()?
+ $problem->send_method_used('barnet');
$return = 0;
} else {
$err_msg = "Failed (problem id $h{id}): service returned no external id";