diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 43521ce19..902c036d4 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4056,7 +4056,7 @@ and customer address. Include units.', 'type' => 'select', 'select_hash' => [ '' => '', 'usps' => 'U.S. Postal Service', - 'teleatlas' => 'TeleAtlas', + 'ezlocate' => 'EZLocate', ], }, @@ -4075,24 +4075,17 @@ and customer address. Include units.', }, { - 'key' => 'teleatlas-path', + 'key' => 'ezlocate-userid', 'section' => 'UI', - 'description' => 'Path to TeleAtlas libraries on the Freeside server.', + 'description' => 'User ID for EZ-Locate service. See <a href="http://www.geocode.com/">the TomTom website</a> for access and pricing information.', 'type' => 'text', }, { - 'key' => 'teleatlas-userid', + 'key' => 'ezlocate-password', 'section' => 'UI', - 'description' => 'User ID for TeleAtlas EZ-Locate service. See <a href="http://www.geocode.com/">the Tele Atlas website</a> for access and pricing information.', - 'type' => 'text', - }, - - { - 'key' => 'teleatlas-password', - 'section' => 'UI', - 'description' => 'Password for TeleAtlas EZ-Locate service.', - 'type' => 'text', + 'description' => 'Password for EZ-Locate service.', + 'type' => 'text' }, { |