summaryrefslogtreecommitdiff
path: root/httemplate/misc/email_invoices.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-03-10 22:30:48 +0000
committerivan <ivan>2006-03-10 22:30:48 +0000
commit5f155263a2c9837640d2fab0817d1f36b8cb3f8c (patch)
tree413ad88fd7a2070d8a704c67c8769991d0adf954 /httemplate/misc/email_invoices.cgi
parentb29780b983dd91fb679e8d01b91902b0ce186e9f (diff)
fix to (hopefully) allow multiple progress-init's in a page, also add second $cgi arg to all these progressbar calls...
Diffstat (limited to 'httemplate/misc/email_invoices.cgi')
-rw-r--r--httemplate/misc/email_invoices.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/email_invoices.cgi b/httemplate/misc/email_invoices.cgi
index 0a3978395..bd231261c 100644
--- a/httemplate/misc/email_invoices.cgi
+++ b/httemplate/misc/email_invoices.cgi
@@ -1,6 +1,6 @@
<%
-my $server = new FS::UI::Web::JSRPC 'FS::cust_bill::process_reemail';
+my $server = new FS::UI::Web::JSRPC 'FS::cust_bill::process_reemail', $cgi;
$server->process;
%>