Merge branch 'patch-5' of https://github.com/gjones2/Freeside (#13854 as this bug...
[freeside.git] / httemplate / misc / process / cust_main-import.cgi
1 <% $server->process %>
2 <%init>
3
4 die "access denied"
5   unless $FS::CurrentUser::CurrentUser->access_right('Import');
6
7 my $server =
8   new FS::UI::Web::JSRPC 'FS::cust_main::Import::process_batch_import', $cgi;
9
10 </%init>