X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_event.html;h=56bf76778966b612f0b8f17187425e146ce4615a;hp=8bbd1af242182b3b8f6f93fe64163c6c21e9d01c;hb=1fc8addc56f8daf12397da568eb1ac1b27fd3984;hpb=57bb423fe457ba4e13726877f53bcdf944f828f8 diff --git a/httemplate/search/cust_event.html b/httemplate/search/cust_event.html index 8bbd1af24..56bf76778 100644 --- a/httemplate/search/cust_event.html +++ b/httemplate/search/cust_event.html @@ -163,7 +163,7 @@ die "access denied" || $cgi->param('pkgnum') =~ /^(\d+)$/ ); -my @statuses = $cgi->param('event_status'); +my @statuses = $cgi->multi_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