diff options
Diffstat (limited to 'httemplate/misc/email_invoice_events.cgi')
-rw-r--r-- | httemplate/misc/email_invoice_events.cgi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/httemplate/misc/email_invoice_events.cgi b/httemplate/misc/email_invoice_events.cgi index b5e66d5ac..3a39bcd19 100644 --- a/httemplate/misc/email_invoice_events.cgi +++ b/httemplate/misc/email_invoice_events.cgi @@ -1,6 +1,3 @@ <% - my $server = new FS::UI::Web::JSRPC 'FS::cust_bill_event::process_reemail', $cgi; -$server->process; - -%> +%><%= $server->process %> |