diff options
author | jeff <jeff> | 2010-03-03 01:39:56 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-03-03 01:39:56 +0000 |
commit | 788c20506afc3475c02b05620b8bbb64150d22b7 (patch) | |
tree | afce369de39c7f5bf9cb33127ef3b3c87594f1bb /httemplate | |
parent | e5587f6729a4451f11b4d5a171184862ec9b235e (diff) |
tweak, rearrange, and avoid the vacuum
Diffstat (limited to 'httemplate')
-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', |