summaryrefslogtreecommitdiff
path: root/httemplate/misc/fax_events.cgi
blob: 39cba07071bef73ad9a66d52fe92a6a88988a6db (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_refax', $cgi;

</%init>