summaryrefslogtreecommitdiff
path: root/httemplate/misc/tax-import.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2009-02-12 15:55:40 +0000
committerjeff <jeff>2009-02-12 15:55:40 +0000
commit07a313acb1d91488c6aa6044771f3136d5a6fe11 (patch)
tree0dd8012eade1e7af6a990ed11ce154ea60882ec9 /httemplate/misc/tax-import.cgi
parent850f16089f73212d65751dec48e799d83defa6fb (diff)
better upload error handling and correction of tax upload filecount
Diffstat (limited to 'httemplate/misc/tax-import.cgi')
-rw-r--r--httemplate/misc/tax-import.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi
index bca623fed..a695e9706 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' => 4,
+ 'num_files' => 5,
'fields' => [ 'format', ],
'message' => 'Tax rates imported',
)