fix to (hopefully) allow multiple progress-init's in a page, also add second $cgi...
[freeside.git] / httemplate / misc / email_invoices.cgi
1 <%
2
3 my $server = new FS::UI::Web::JSRPC 'FS::cust_bill::process_reemail', $cgi;
4 $server->process;
5
6 %>