diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-28 10:38:43 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-28 10:38:43 +0100 |
commit | a2c1914f4d695efe708d2b4e7a9f828cd77ea39b (patch) | |
tree | 768d3c5e2c8fe0fcbd6b5e2e5718cad78fd4bb78 | |
parent | 4f698004d668c8659f8b06c0705c661292229a85 (diff) |
Bromley exception in London.
-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; } } |