X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcdr.html;h=cefc0fe506b163489078a06b9bcfc6f8ed8d194d;hb=f3066cbe669a488a7842a1219b2cddf8690f2c32;hp=c77fc352fb20bdb8df9d0a4a77a301e5fbf7d449;hpb=9e5bf689d08f88ec6b49312c2c515f5a28bfdf11;p=freeside.git diff --git a/httemplate/search/cdr.html b/httemplate/search/cdr.html index c77fc352f..cefc0fe50 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 ###