diff options
author | jeff <jeff> | 2009-05-13 22:27:42 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-05-13 22:27:42 +0000 |
commit | 794a4505360fec404e2b9d5c6daf79f750186bfe (patch) | |
tree | c5cc70b4ab4077241ef6827f92c57e31248b9aa3 /httemplate/misc/tax-import.cgi | |
parent | 1b357798e052668efe0be9000a79e921e30141d2 (diff) |
improved taxproduct tax report RT#4783
Diffstat (limited to 'httemplate/misc/tax-import.cgi')
-rw-r--r-- | httemplate/misc/tax-import.cgi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index a695e9706..5116e5404 100644 --- a/httemplate/misc/tax-import.cgi +++ b/httemplate/misc/tax-import.cgi @@ -6,7 +6,7 @@ Import a CSV file set containing tax rate records. <% include( '/elements/form-file_upload.html', 'name' => 'TaxRateUpload', 'action' => 'process/tax-import.cgi', - 'num_files' => 5, + 'num_files' => 6, 'fields' => [ 'format', ], 'message' => 'Tax rates imported', ) @@ -27,13 +27,15 @@ Import a CSV file set containing tax rate records. </TR> <% include( '/elements/file-upload.html', - 'field' => [ 'codefile', + 'field' => [ 'geofile', + 'codefile', 'plus4file', 'zipfile', 'txmatrix', 'detail', ], - 'label' => [ 'code filename', + 'label' => [ 'geocode filename', + 'code filename', 'plus4 filename', 'zip filename', 'txmatrix filename', |