diff options
author | jeff <jeff> | 2008-12-03 01:42:26 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-12-03 01:42:26 +0000 |
commit | 4e77f6927631e226e13da84082be66867b71330f (patch) | |
tree | 79f72113426a69e7ee1383d72ab47a7c59375fe1 /httemplate/misc/tax-import.cgi | |
parent | 43bd4c723d9da8dbf2ed0428620aade17e44bac9 (diff) |
support zip5 tax lookups, correct errors with fixed format cch import, inital import performance improvements, noise reduction on imports, tool for inital import
Diffstat (limited to 'httemplate/misc/tax-import.cgi')
-rw-r--r-- | httemplate/misc/tax-import.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
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', ], |