aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-12-23 10:18:44 +0000
committerStruan Donald <struan@exo.org.uk>2011-12-23 10:18:44 +0000
commit86e40c6cc92aaebec7a9d86b1645d37dbd50feb8 (patch)
tree9441d6078fbfec2315db67547d895a7fe0ff746f
parent60850afdddb183d84a344afb212163b0e8dd8789 (diff)
only try to send once with west berks
-rwxr-xr-xbin/send-reports4
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;
+ }
}
}
}