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

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

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

</%init>