summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/part_svc.cgi
blob: 65de3fc6c7eee369fae1123d8835b6f4e5ad8afd (plain)
1
2
3
4
5
6
7
8
9
<% $server->process %>
<%init>

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

my $server = new FS::UI::Web::JSRPC 'FS::part_svc::process', $cgi;

</%init>