better upload error handling and correction of tax upload filecount
[freeside.git] / httemplate / misc / tax-import.cgi
index bca623f..a695e97 100644 (file)
@@ -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' => 4,
+              'num_files' => 5,
               'fields'    => [ 'format', ],
               'message'   => 'Tax rates imported',
           )