diff options
author | ivan <ivan> | 2006-03-10 22:30:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-03-10 22:30:48 +0000 |
commit | 5f155263a2c9837640d2fab0817d1f36b8cb3f8c (patch) | |
tree | 413ad88fd7a2070d8a704c67c8769991d0adf954 /httemplate/misc/email_invoices.cgi | |
parent | b29780b983dd91fb679e8d01b91902b0ce186e9f (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.cgi | 2 |
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; %> |