fix to (hopefully) allow multiple progress-init's in a page, also add second $cgi...
[freeside.git] / httemplate / misc / email_invoice_events.cgi
index 12d58d6..b5e66d5 100644 (file)
@@ -1,6 +1,6 @@
 <%
 
-my $server = new FS::UI::Web::JSRPC 'FS::cust_bill_event::process_reemail';
+my $server = new FS::UI::Web::JSRPC 'FS::cust_bill_event::process_reemail', $cgi;
 $server->process;
 
 %>