summaryrefslogtreecommitdiff
path: root/httemplate/misc/email_invoice_events.cgi
blob: d65fe172bffa12ebf63971e7a43609e3a49cb7be (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_bill_event::process_reemail', $cgi;

</%init>