X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_event.html;h=56bf76778966b612f0b8f17187425e146ce4615a;hp=1766c1905dc853723e13f784fadae3e1ef30a7af;hb=1fc8addc56f8daf12397da568eb1ac1b27fd3984;hpb=b003202d1bd1ddc6717a4429c1f8863ebc27844c diff --git a/httemplate/search/cust_event.html b/httemplate/search/cust_event.html index 1766c1905..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 @@ -213,7 +213,6 @@ my $sql_query = { 'extra_sql' => $where, 'order_by' => 'ORDER BY _date ASC', 'addl_from' => $join, - 'debug' => 2, }; my $count_sql = "SELECT COUNT(*) FROM cust_event $join $where";