diff options
author | ivan <ivan> | 2008-05-08 12:47:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-05-08 12:47:13 +0000 |
commit | 9dc88f6c738f30ce1eb6339ba4b739b45555dea4 (patch) | |
tree | 2c0e002ffcc1e08c1d2e16efa46c15e31466eae7 /FS | |
parent | bfd99094043a3260afa2770b9e3f366308041490 (diff) |
address standardization part one, finally checked in from here
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 2094ff0c9..3aa19b707 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2236,6 +2236,27 @@ worry that config_items is freeside-specific and icky. ], }, + { + 'key' => 'usps_webtools-userid', + 'section' => 'UI', + 'description' => 'Production UserID for USPS web tools. Enables USPS address standardization. See the <a href="http://www.usps.com/webtools/">USPS website</a>, register and agree not to use the tools for batch purposes.', + 'type' => 'text', + }, + + { + 'key' => 'usps_webtools-password', + 'section' => 'UI', + 'description' => 'Production password for USPS web tools. Enables USPS address standardization. See <a href="http://www.usps.com/webtools/">USPS website</a>, register and agree not to use the tools for batch purposes.', + 'type' => 'text', + }, + + { + 'key' => 'cust_main-auto_standardize_address', + 'section' => 'UI', + 'description' => 'When using USPS web tools, automatically standardize the address without asking.', + 'type' => 'checkbox', + }, + ); 1; |