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