summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/part_pkg-import.html
blob: f951a21c383b0d1bd47b447e715b19a7c2f4f6a4 (plain)
1
2
3
4
5
6
7
8
9
10
<% $server->process %>
<%init>

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

my $server =
  new FS::UI::Web::JSRPC 'FS::part_pkg::Import::process_batch_import', $cgi;

</%init>