summaryrefslogtreecommitdiff
path: root/httemplate/misc/email_invoice_events.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-03-11 05:21:20 +0000
committerivan <ivan>2006-03-11 05:21:20 +0000
commit36d9b47e5c20ae3bc71c0bd0eaf289b566d0cf7c (patch)
tree29289e6312e082e7c3e6190f88a2852113f20380 /httemplate/misc/email_invoice_events.cgi
parent5f155263a2c9837640d2fab0817d1f36b8cb3f8c (diff)
fix the progressbar bug with multiple progressbar forms on a page
Diffstat (limited to 'httemplate/misc/email_invoice_events.cgi')
-rw-r--r--httemplate/misc/email_invoice_events.cgi5
1 files changed, 1 insertions, 4 deletions
diff --git a/httemplate/misc/email_invoice_events.cgi b/httemplate/misc/email_invoice_events.cgi
index b5e66d5..3a39bcd 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 %>