X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Ftax-fetch_and_replace.cgi;fp=httemplate%2Fmisc%2Ftax-fetch_and_replace.cgi;h=3290a3c44bc0d810b9f468e8049c6b1c021255ea;hb=bc521ca75f4189ebd6d927aa263bdcce500150a5;hp=0000000000000000000000000000000000000000;hpb=bbac9227cd1dc41358fdad933997a113373d3e49;p=freeside.git diff --git a/httemplate/misc/tax-fetch_and_replace.cgi b/httemplate/misc/tax-fetch_and_replace.cgi new file mode 100644 index 000000000..3290a3c44 --- /dev/null +++ b/httemplate/misc/tax-fetch_and_replace.cgi @@ -0,0 +1,48 @@ +<% include("/elements/header.html",'Tax Rate Download and Import') %> + +Replace tax data. +

+ +<% include( '/elements/progress-init.html', 'TaxRateImport',[ 'format', ], + 'process/tax-fetch_and_replace.cgi', { 'message' => 'Tax rates replaced' }, + ) +%> + +
+<% &ntable("#cccccc", 2) %> + + + Format + + + + + + Update Password + + + + + + + + + + + + + +
+ +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Import'); + +