summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/tax-fetch_and_replace.cgi
blob: 1a9b6262836551e9e2b0de0009f0a54d854dcac5 (plain)
1
2
3
4
5
6
7
8
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>