diff options
| author | Mark Wells <mark@freeside.biz> | 2012-04-14 15:33:39 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-04-14 15:33:39 -0700 |
| commit | 5abe1300f16cf01a6311203deee29373162491c7 (patch) | |
| tree | 13a8b474966c5697ec2dc3003bd7b3389e9afefc /httemplate/misc | |
| parent | 3fd1a0086512ada7b04e211161ac699d932ae1d0 (diff) | |
rename geocode_cache; minor coord_auto bugfix
Diffstat (limited to 'httemplate/misc')
| -rw-r--r-- | httemplate/misc/xmlhttp-address_standardize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/xmlhttp-address_standardize.html b/httemplate/misc/xmlhttp-address_standardize.html index f305a2410..c2d6d7a80 100644 --- a/httemplate/misc/xmlhttp-address_standardize.html +++ b/httemplate/misc/xmlhttp-address_standardize.html @@ -24,7 +24,7 @@ foreach my $pre ( '', 'ship_' ) { qw( company address1 address2 city state zip country ) }; - my $cache = eval { FS::geocode_cache->standardize($location) }; + my $cache = eval { FS::GeocodeCache->standardize($location) }; $cache->set_censustract if $pre; $cache->set_coord; |
