diff options
author | jeff <jeff> | 2010-03-03 01:40:12 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-03-03 01:40:12 +0000 |
commit | 1f036801a2595981d4cb712d4202c7d154d39027 (patch) | |
tree | 09db39cc5c4ba04738f3c7bfce45ec23363ff369 /httemplate/misc | |
parent | 7da605845e7a27c97414ccee2eb0b87533a65a20 (diff) |
tweak, rearrange, and avoid the vacuum
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/tax-import.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index 91b82b4e5..ceb74645c 100644 --- a/httemplate/misc/tax-import.cgi +++ b/httemplate/misc/tax-import.cgi @@ -34,12 +34,12 @@ Import a CSV file set containing tax rate records. </TR> <% include( '/elements/file-upload.html', - 'field' => [ 'geofile', + 'field' => [ 'geocodefile', 'codefile', 'plus4file', 'zipfile', - 'txmatrix', - 'detail', + 'txmatrixfile', + 'detailfile', ], 'label' => [ 'geocode filename', 'code filename', |