aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
Diffstat (limited to 'perllib')
-rw-r--r--perllib/Open311.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm
index c8289a442..9b7614960 100644
--- a/perllib/Open311.pm
+++ b/perllib/Open311.pm
@@ -173,7 +173,7 @@ sub _generate_service_request_description {
my $extra = shift;
my $description = "";
- if ($problem->cobrand eq 'fixmystreet') {
+ if ($extra->{easting_northing}) { # Proxy for cobrand being in the UK
$description .= "detail: " . $problem->detail . "\n\n";
$description .= "url: " . $extra->{url} . "\n\n";
$description .= "Submitted via FixMyStreet\n";