From: jeff Date: Thu, 10 Jun 2010 04:26:35 +0000 (+0000) Subject: correcting a wild misspelling? X-Git-Tag: root_of_svc_elec_features~177 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=859931335736a18340a12fdbbd5c04085581ba4f correcting a wild misspelling? --- 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 =