diff options
Diffstat (limited to 'bin/test-run')
-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){ |