From 4e77f6927631e226e13da84082be66867b71330f Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 3 Dec 2008 01:42:26 +0000 Subject: support zip5 tax lookups, correct errors with fixed format cch import, inital import performance improvements, noise reduction on imports, tool for inital import --- httemplate/misc/tax-import.cgi | 2 ++ httemplate/misc/xmlhttp-cust_main-address_standardize.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/misc') diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index 2bae6f10a..bca623fed 100644 --- a/httemplate/misc/tax-import.cgi +++ b/httemplate/misc/tax-import.cgi @@ -29,11 +29,13 @@ Import a CSV file set containing tax rate records. <% include( '/elements/file-upload.html', 'field' => [ 'codefile', 'plus4file', + 'zipfile', 'txmatrix', 'detail', ], 'label' => [ 'code filename', 'plus4 filename', + 'zip filename', 'txmatrix filename', 'detail filename', ], diff --git a/httemplate/misc/xmlhttp-cust_main-address_standardize.html b/httemplate/misc/xmlhttp-cust_main-address_standardize.html index 8532bb23a..72fa4a464 100644 --- a/httemplate/misc/xmlhttp-cust_main-address_standardize.html +++ b/httemplate/misc/xmlhttp-cust_main-address_standardize.html @@ -72,7 +72,9 @@ if ( $sub eq 'address_standardize' ) { } else { - warn "USPS WebTools error: ". $verifier->response. "\n"; + $return->{$pre.'error'} = "USPS WebTools error: ". + $verifier->{error}{description}; + } -- cgit v1.2.1