X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Ftax-import.cgi;h=ceb74645cde12314087b0470658883c0c3eb7799;hb=e078ca418dcf3c7b92efcd371ce761df3314c369;hp=5116e5404d1fc88abefd69776b8c0ea8368e607d;hpb=63a268637b2d51a8766412617724b9436439deb6;p=freeside.git diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index 5116e5404..ceb74645c 100644 --- a/httemplate/misc/tax-import.cgi +++ b/httemplate/misc/tax-import.cgi @@ -7,7 +7,7 @@ Import a CSV file set containing tax rate records. 'name' => 'TaxRateUpload', 'action' => 'process/tax-import.cgi', 'num_files' => 6, - 'fields' => [ 'format', ], + 'fields' => [ 'format', 'reload' ], 'message' => 'Tax rates imported', ) %> @@ -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',