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

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

my $server =
  new FS::UI::Web::JSRPC 'FS::pay_batch::process_import_results', $cgi;

</%init>