From: ivan Date: Thu, 4 Oct 2007 16:45:49 +0000 (+0000) Subject: fix compilation error! X-Git-Tag: TRIXBOX_2_6~303 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=90bfc79cd7d73d0378a114e7f279d55130094253 fix compilation error! --- 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+)$/ ) {