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