From: Jonathan Prykop Date: Sat, 14 May 2016 03:39:07 +0000 (-0500) Subject: Bug fix, fallout from #36741 commit 11df448b, discovered/fixed while testing #41394 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f65410488a46be760bacf0e8d7673ba1e71be1fb Bug fix, fallout from #36741 commit 11df448b, discovered/fixed while testing #41394 --- diff --git a/httemplate/search/cust_event.html b/httemplate/search/cust_event.html index 122bee09b..ad953e30d 100644 --- a/httemplate/search/cust_event.html +++ b/httemplate/search/cust_event.html @@ -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