summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/tax-fetch_and_import.cgi
blob: 553c7551ae573ff4d43c7ef36fb948e4564109ea (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_update', $cgi; 

</%init>