aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-04-08 14:02:25 +0100
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-04-08 14:02:25 +0100
commit1c61654d3a134adcac171dda9b8d0d1a1a637374 (patch)
treec8a9f0ce77a866f3ee07947d88fc5330063a04ba
parent109b355d511098de2f8ff630ab530caa3c6eb6f5 (diff)
Need to supply category in London.
-rwxr-xr-xbin/test-run5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/test-run b/bin/test-run
index 9c3142207..8465ab164 100755
--- a/bin/test-run
+++ b/bin/test-run
@@ -251,8 +251,11 @@ sub submit_report {
email => email_n($user_num),
phone => '555 5555'};
- if ($cobrand eq 'cy.emptyhomes.'){
+ if ($cobrand eq 'cy.emptyhomes.') {
$fields->{category} = "Bloc cyfan o fflatiau gwag";
+ } elsif ($postcode =~ /^(SW|SE)/) {
+ # London needs a category
+ $fields->{category} = "Street sign";
}
if ($council){