From acf139d6d9abe92d8951ac823406dccc7f3e8ea6 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 28 Nov 2007 01:54:21 +0000 Subject: [PATCH] removed unused \$failed var --- httemplate/search/cust_bill_event.cgi | 2 -- 1 file changed, 2 deletions(-) diff --git a/httemplate/search/cust_bill_event.cgi b/httemplate/search/cust_bill_event.cgi index 096e612c3..8f63d9cef 100644 --- a/httemplate/search/cust_bill_event.cgi +++ b/httemplate/search/cust_bill_event.cgi @@ -121,8 +121,6 @@ my $count_sql = "SELECT COUNT(*) FROM cust_bill_event $join $where"; my $conf = new FS::Conf; -my $failed = $cgi->param('failed'); - my $html_init = ' Invoice events are the deprecated, old-style actions taken o n open invoices. See Reports->Billing events->Billing events for current event reports.

'; -- 2.20.1