diff options
author | ivan <ivan> | 2007-11-28 01:54:21 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-11-28 01:54:21 +0000 |
commit | acf139d6d9abe92d8951ac823406dccc7f3e8ea6 (patch) | |
tree | 13ec719be25c5dd69c0ae91e8d02a4f013645dd0 | |
parent | 7addc6c6d972fa03e9a43a08516a878de1f3567a (diff) |
removed unused \$failed var
-rw-r--r-- | httemplate/search/cust_bill_event.cgi | 2 |
1 files changed, 0 insertions, 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 = ' <FONT SIZE="+1">Invoice events are the deprecated, old-style actions taken o n open invoices. See Reports->Billing events->Billing events for current event reports.</FONT><BR><BR>'; |