aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-06-22 18:18:38 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-06-22 18:20:35 +0100
commit19241c52172aec0c797a00b35a090e28f7858e1d (patch)
tree21a81d44f5c10ce8ffbbc862b113280ccaef3a5b /perllib/Open311.pm
parent368d980d25c00248f46b7e8ca8fec287e5dff58d (diff)
Tidy up some UK specific easting/northing handling
Diffstat (limited to 'perllib/Open311.pm')
-rw-r--r--perllib/Open311.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311.pm b/perllib/Open311.pm
index 6434be1fb..69c946004 100644
--- a/perllib/Open311.pm
+++ b/perllib/Open311.pm
@@ -166,7 +166,7 @@ sub _generate_service_request_description {
my $extra = shift;
my $description = "";
- if ($extra->{easting_northing}) { # Proxy for cobrand being in the UK
+ if ($extra->{easting}) { # Proxy for cobrand being in the UK
$description .= "detail: " . $problem->detail . "\n\n";
$description .= "url: " . $extra->{url} . "\n\n";
$description .= "Submitted via FixMyStreet\n";