diff options
-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>'; |