X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Ftax-import.cgi;h=91b82b4e56ebc1fad6ae1b871419698b032f8473;hb=016ffd08546c5d05b8e7b115db72ed137da4d087;hp=a695e9706f12cc8b8273c6c73f32e7d2aacc2cc5;hpb=07a313acb1d91488c6aa6044771f3136d5a6fe11;p=freeside.git diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index a695e9706..91b82b4e5 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' => [ 'geofile', + 'codefile', 'plus4file', 'zipfile', 'txmatrix', 'detail', ], - 'label' => [ 'code filename', + 'label' => [ 'geocode filename', + 'code filename', 'plus4 filename', 'zip filename', 'txmatrix filename',