diff options
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; |
