diff options
-rwxr-xr-x | bin/send-reports | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/send-reports b/bin/send-reports index bbefcf4c3..625fb8b2f 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -164,7 +164,7 @@ while (my $row = $unsent->next) { # if council lookup provided no explicit send_method, maybe there's some other criterion for setting it: if (! $send_method) { - if ($areas_info->{$council}->{type} eq 'LBO') { # London + if ($council != 2482 && $areas_info->{$council}->{type} eq 'LBO') { # London $send_method = SEND_METHOD_LONDON; } } |