diff options
author | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-04-08 14:02:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@fury.ukcod.org.uk> | 2011-04-08 14:02:25 +0100 |
commit | 1c61654d3a134adcac171dda9b8d0d1a1a637374 (patch) | |
tree | c8a9f0ce77a866f3ee07947d88fc5330063a04ba | |
parent | 109b355d511098de2f8ff630ab530caa3c6eb6f5 (diff) |
Need to supply category in London.
-rwxr-xr-x | bin/test-run | 5 |
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){ |