diff options
-rw-r--r-- | httemplate/search/cdr.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cdr.html b/httemplate/search/cdr.html index 6b38d3ba7..a5575967c 100644 --- a/httemplate/search/cdr.html +++ b/httemplate/search/cdr.html @@ -126,7 +126,7 @@ foreach my $param ( grep /^termpart\d+status$/, $cgi->param ) { $search = "NOT EXISTS ( SELECT 1 FROM cdr_termination WHERE $where_term )"; - } elsif ( $cgi->param('freesidestatus') =~ /^([\w ]+)$/ ) { + } elsif ( $status =~ /^([\w ]+)$/ ) { #false lazienss w/cdr_termination.pm (i should be a part_termination method) my $where_term = |