summaryrefslogtreecommitdiff
path: root/httemplate/misc/email_invoices.cgi
blob: 0a39783950470d7e947dbf930a2e7c67f25d2ab4 (plain)
1
2
3
4
5
6
<%

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

%>