X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Ftax-import.cgi;h=25414b20d43356d506c4c08ec5215d7c1f42d8c6;hp=5116e5404d1fc88abefd69776b8c0ea8368e607d;hb=75e11f1d1a5ced24496b5732e290f7762403feb8;hpb=794a4505360fec404e2b9d5c6daf79f750186bfe diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index 5116e5404..25414b20d 100644 --- a/httemplate/misc/tax-import.cgi +++ b/httemplate/misc/tax-import.cgi @@ -3,14 +3,14 @@ Import a CSV file set containing tax rate records.

-<% include( '/elements/form-file_upload.html', - 'name' => 'TaxRateUpload', - 'action' => 'process/tax-import.cgi', - 'num_files' => 6, - 'fields' => [ 'format', ], - 'message' => 'Tax rates imported', - ) -%> +<& /elements/form-file_upload.html, + 'name' => 'TaxRateUpload', + 'action' => 'process/tax-import.cgi', + 'num_files' => 6, + 'fields' => [ 'format', 'reload' ], + 'message' => 'Tax rates imported', + 'onsubmit' => "document.TaxRateUpload.submitButton.disabled=true;", +&> <% &ntable("#cccccc", 2) %> @@ -18,21 +18,28 @@ Import a CSV file set containing tax rate records. Format + + Replace existing data from this vendor + + + + + <% include( '/elements/file-upload.html', - 'field' => [ 'geofile', + 'field' => [ 'geocodefile', 'codefile', 'plus4file', 'zipfile', - 'txmatrix', - 'detail', + 'txmatrixfile', + 'detailfile', ], 'label' => [ 'geocode filename', 'code filename', @@ -47,9 +54,10 @@ Import a CSV file set containing tax rate records. -