summaryrefslogtreecommitdiff
path: root/FS/FS/geocode_Mixin.pm
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-12-05 12:37:00 -0500
committerMitch Jackson <mitch@freeside.biz>2018-12-05 12:41:48 -0500
commit8b6dc4bcaa7bed02698627e9f650e305d7c7ae69 (patch)
treeed7913cf212944b402862daa3c5fa67c34126748 /FS/FS/geocode_Mixin.pm
parent059b11d530d86f5fe60c069bb2b7460989b5909a (diff)
RT# 81574 Fix FS::GeocodeCache error with set_coord()
Diffstat (limited to 'FS/FS/geocode_Mixin.pm')
-rw-r--r--FS/FS/geocode_Mixin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/geocode_Mixin.pm b/FS/FS/geocode_Mixin.pm
index 87ad9ac..2b43045 100644
--- a/FS/FS/geocode_Mixin.pm
+++ b/FS/FS/geocode_Mixin.pm
@@ -182,7 +182,7 @@ sub set_coord {
my $address =
join ',',
- map { $self->$_ ? uri_escape( $self->get( $_ ) ) : () }
+ map { $self->get( $_ ) ? uri_escape( $self->get( $_ ) ) : () }
qw( address1 address2 city state zip country_full );
my $query_url = sprintf