summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/tax-fetch_and_replace.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/process/tax-fetch_and_replace.cgi')
-rw-r--r--httemplate/misc/process/tax-fetch_and_replace.cgi9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/misc/process/tax-fetch_and_replace.cgi b/httemplate/misc/process/tax-fetch_and_replace.cgi
new file mode 100644
index 0000000..1a9b626
--- /dev/null
+++ b/httemplate/misc/process/tax-fetch_and_replace.cgi
@@ -0,0 +1,9 @@
+<% $server->process %>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_download_and_reload', $cgi;
+
+</%init>