X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;fp=FS%2FFS%2FConf.pm;h=902c036d4f4dbc88f62052c4c7a602e9a5d53ca2;hb=c0fbde80fbdba49ddd77cc6fc5460d3e3ba6b154;hp=43521ce19f5579b34da635fcd050a691632d96f2;hpb=ee3fd4e95bdc52f15b0603a32363778f72d164ef;p=freeside.git 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 the TomTom website for access and pricing information.', 'type' => 'text', }, { - 'key' => 'teleatlas-userid', + 'key' => 'ezlocate-password', 'section' => 'UI', - 'description' => 'User ID for TeleAtlas EZ-Locate service. See the Tele Atlas website 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' }, {