including error message, and moving session_id reset outside of the conditional block
[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>