summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/bulk-cust_svc.cgi
blob: 313b061ff001bf8cdd440a5c3d0f5b5efb05ac12 (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_bulk_cust_svc', $cgi;

</%init>