summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/tax-import.cgi
blob: f66d6db29679328c25b1b0f8b71dad242e9d9c37 (plain)
1
2
3
4
5
6
7
8
9
<% $server->process %>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Resend invoices');

my $server = new FS::UI::Web::JSRPC 'FS::tax_rate::process_batch', $cgi; 

</%init>