diff options
Diffstat (limited to 'perllib/Open311.pm')
-rw-r--r-- | perllib/Open311.pm | 2 |
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"; |