diff options
Diffstat (limited to 'httemplate/misc/print_invoice_events.cgi')
-rw-r--r-- | httemplate/misc/print_invoice_events.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/print_invoice_events.cgi b/httemplate/misc/print_invoice_events.cgi index c6a7885a4..3cf4cf7c8 100644 --- a/httemplate/misc/print_invoice_events.cgi +++ b/httemplate/misc/print_invoice_events.cgi @@ -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; %> |