diff options
author | ivan <ivan> | 2007-10-04 16:45:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-10-04 16:45:49 +0000 |
commit | 90bfc79cd7d73d0378a114e7f279d55130094253 (patch) | |
tree | 0c612bb1333bc431ae4e9c516bffe832b86a0375 | |
parent | 3dc6bff7a0a4ceaacd18a7ce6b50cd2b8a2ce498 (diff) |
fix compilation error!
-rw-r--r-- | httemplate/search/cust_bill_event.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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+)$/ ) { |