stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / misc / upload-batch.cgi
1 <% $server->process %>
2 <%init>
3
4 die "access denied"
5   unless $FS::CurrentUser::CurrentUser->access_right('Process batches');
6
7 my $server =
8   new FS::UI::Web::JSRPC 'FS::pay_batch::process_import_results', $cgi;
9
10 </%init>