summaryrefslogtreecommitdiff
path: root/httemplate/misc/email_invoice_events.cgi
blob: 12d58d608f207b90041d8b7dc7f22977b01977de (plain)
1
2
3
4
5
6
<%

my $server = new FS::UI::Web::JSRPC 'FS::cust_bill_event::process_reemail';
$server->process;

%>