From 90bfc79cd7d73d0378a114e7f279d55130094253 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Oct 2007 16:45:49 +0000 Subject: [PATCH] fix compilation error! --- httemplate/search/cust_bill_event.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/cust_bill_event.cgi b/httemplate/search/cust_bill_event.cgi index 51f9f8863..096e612c3 100644 --- a/httemplate/search/cust_bill_event.cgi +++ b/httemplate/search/cust_bill_event.cgi @@ -85,7 +85,7 @@ if ( $cgi->param('agentnum') && $cgi->param('agentnum') =~ /^(\d+)$/ ) { = FS::UI::Web::parse_beginning_ending($cgi); if ( $cgi->param('failed') ) { - push $search{failed} = '1'; + $search{failed} = '1'; } if ( $cgi->param('part_bill_event.payby') =~ /^(\w+)$/ ) { -- 2.11.0