X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Ftax-import.cgi;h=ceb74645cde12314087b0470658883c0c3eb7799;hb=dc1891ff9a6e6c4b4545fe7f786af6bd0f28b2cf;hp=a695e9706f12cc8b8273c6c73f32e7d2aacc2cc5;hpb=07a313acb1d91488c6aa6044771f3136d5a6fe11;p=freeside.git diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index a695e9706..ceb74645c 100644 --- a/httemplate/misc/tax-import.cgi +++ b/httemplate/misc/tax-import.cgi @@ -6,8 +6,8 @@ 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, - 'fields' => [ 'format', ], + 'num_files' => 6, + 'fields' => [ 'format', 'reload' ], 'message' => 'Tax rates imported', ) %> @@ -18,22 +18,31 @@ Import a CSV file set containing tax rate records. Format + + Replace existing data from this vendor + + + + + <% include( '/elements/file-upload.html', - 'field' => [ 'codefile', + 'field' => [ 'geocodefile', + 'codefile', 'plus4file', 'zipfile', - 'txmatrix', - 'detail', + 'txmatrixfile', + 'detailfile', ], - 'label' => [ 'code filename', + 'label' => [ 'geocode filename', + 'code filename', 'plus4 filename', 'zip filename', 'txmatrix filename',