aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-reports
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-01-10 12:07:02 +0000
committerStruan Donald <struan@exo.org.uk>2012-01-10 12:07:02 +0000
commitfdd4cc1a5e6e8ceaef689ded9936886a553525a3 (patch)
tree1f79378b563b71d7ca226661bc94217ce203aa6d /bin/send-reports
parent7ea873d6510c905d33ccdd025b62a8cba4ddb359 (diff)
parent62f0d7ea89e8eda7c74d1467187a2ceddf8dd7d5 (diff)
Merge remote branch 'origin/master' into packaging
Diffstat (limited to 'bin/send-reports')
-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;
+ }
}
}
}