diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Rutland.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Rutland.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Rutland.pm b/perllib/FixMyStreet/Cobrand/Rutland.pm index 2e4d434b5..6993b0964 100644 --- a/perllib/FixMyStreet/Cobrand/Rutland.pm +++ b/perllib/FixMyStreet/Cobrand/Rutland.pm @@ -18,7 +18,7 @@ sub open311_config { push @$extra, { name => 'description', value => $row->detail }; if ($h->{closest_address}) { - push @$extra, { name => 'closest_address', value => $h->{closest_address} } + push @$extra, { name => 'closest_address', value => "$h->{closest_address}" } } $row->set_extra_fields( @$extra ); |