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

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

my $server = new FS::UI::Web::JSRPC 'FS::cust_event::process_reprint', $cgi; 

</%init>