diff options
Diffstat (limited to 'httemplate/misc/process/tax-fetch_and_replace.cgi')
-rw-r--r-- | httemplate/misc/process/tax-fetch_and_replace.cgi | 9 |
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 000000000..1a9b62628 --- /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> |