X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fupload-batch.cgi;h=be80b1ff75a94a628c04ba622fcda3b4563f4abb;hp=5b4961be336583a474a10f3ff12966ceb52412ca;hb=1fc8addc56f8daf12397da568eb1ac1b27fd3984;hpb=e8e43b0e59cf50e7a3c0789f589046459bc658c1 diff --git a/httemplate/misc/upload-batch.cgi b/httemplate/misc/upload-batch.cgi index 5b4961be3..be80b1ff7 100644 --- a/httemplate/misc/upload-batch.cgi +++ b/httemplate/misc/upload-batch.cgi @@ -1,32 +1,10 @@ -% -% -% my $fh = $cgi->upload('batch_results'); -% $cgi->param('batchnum') =~ /^(\d+)$/; -% my $paybatch = $1; -% -% my $error = defined($fh) -% ? FS::cust_pay_batch::import_results( { -% 'filehandle' => $fh, -% 'format' => $cgi->param('format'), -% 'paybatch' => $paybatch, -% } ) -% : 'No file'; -% -% if ( $error ) { -% +<% $server->process %> +<%init> - -% -% eidiot($error); -%# $cgi->param('error', $error); -%# print $cgi->redirect( "${p}cust_main-import.cgi -% } else { -% - - - <% include("/elements/header.html",'Batch results upload successful') %> -% -% } -% +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; +