From: ivan Date: Wed, 28 Nov 2007 01:54:21 +0000 (+0000) Subject: removed unused \$failed var X-Git-Tag: TRIXBOX_2_6~224 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=acf139d6d9abe92d8951ac823406dccc7f3e8ea6;p=freeside.git removed unused \$failed var --- 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.

';