Bug fix, fallout from #36741 commit 11df448b, discovered/fixed while testing #41394
[freeside.git] / httemplate / search / cust_event.html
index 122bee0..ad953e3 100644 (file)
@@ -157,7 +157,7 @@ die "access denied"
               || $cgi->param('pkgnum')  =~ /^(\d+)$/
             );
 
-my @statuses = $cgi->multi_param('event_status');
+my @statuses = $cgi->param('event_status');
 my $title = 'Billing events';
 if ( $statuses[0] eq 'failed' and !defined($statuses[1]) ) {
   # tweak the title if we're showing only failed events