diff options
author | Struan Donald <struan@exo.org.uk> | 2011-12-23 10:18:44 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-12-23 10:18:44 +0000 |
commit | 86e40c6cc92aaebec7a9d86b1645d37dbd50feb8 (patch) | |
tree | 9441d6078fbfec2315db67547d895a7fe0ff746f /bin/send-reports | |
parent | 60850afdddb183d84a344afb212163b0e8dd8789 (diff) |
only try to send once with west berks
Diffstat (limited to 'bin/send-reports')
-rwxr-xr-x | bin/send-reports | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/send-reports b/bin/send-reports index 427d02ec8..f1d8c5742 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -290,6 +290,10 @@ while (my $row = $unsent->next) { $result *= 0; } else { $result *= 1; + # temporary fix to resolve some issues with west berks + if ( $row->council =~ /2619/ ) { + $result *= 0; + } } } } |