[freeside-commits] branch FREESIDE_4_BRANCH updated. 8b6dc4bcaa7bed02698627e9f650e305d7c7ae69

Mitch Jackson mitch at freeside.biz
Wed Dec 5 09:42:01 PST 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  8b6dc4bcaa7bed02698627e9f650e305d7c7ae69 (commit)
      from  059b11d530d86f5fe60c069bb2b7460989b5909a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8b6dc4bcaa7bed02698627e9f650e305d7c7ae69
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Wed Dec 5 12:37:00 2018 -0500

    RT# 81574 Fix FS::GeocodeCache error with set_coord()

diff --git a/FS/FS/geocode_Mixin.pm b/FS/FS/geocode_Mixin.pm
index 87ad9acfd..2b4304571 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

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/geocode_Mixin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list