X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcdr.html;h=16ab57523a9bba5f8e2f02432d518ed43a71db42;hb=5492ce9db024d9a5db797d39efdda10812154044;hp=8f70fad4f36268161326e11f61ef264dca00e737;hpb=39eaf5704bd78a458e6734f8ea2f1e07a60d4196;p=freeside.git diff --git a/httemplate/search/cdr.html b/httemplate/search/cdr.html index 8f70fad4f..16ab57523 100644 --- a/httemplate/search/cdr.html +++ b/httemplate/search/cdr.html @@ -95,6 +95,19 @@ if ( $cgi->param('freesidestatus') eq 'NULL' ) { } ### +# cdrtypenum +### + +if ( $cgi->param('cdrtypenum') =~ /^(\d+)$/ ) { + $hashref->{'cdrtypenum'} = $1; + push @search, "cdrtypenum = $1"; +} +elsif ( $cgi->param('cdrtypenum') eq 'none' ) { + $hashref->{'cdrtypenum'} = ''; + push @search, "cdrtypenum is null"; +} + +### # termpartNstatus ###