summaryrefslogtreecommitdiff
path: root/httemplate/search/cdr.html
diff options
context:
space:
mode:
authorivan <ivan>2011-11-18 00:11:52 +0000
committerivan <ivan>2011-11-18 00:11:52 +0000
commit72b9a9be93cfbf456ac515bd920c3c664cfc5221 (patch)
tree813625f03d924544ca643dd6079596a66dd62f7f /httemplate/search/cdr.html
parent4b4d74a09dd4e39f53b7d0944b20b178cbecd5ec (diff)
fix cdr svcnum link
Diffstat (limited to 'httemplate/search/cdr.html')
-rw-r--r--httemplate/search/cdr.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cdr.html b/httemplate/search/cdr.html
index cefc0fe50..1e3c57cae 100644
--- a/httemplate/search/cdr.html
+++ b/httemplate/search/cdr.html
@@ -344,7 +344,7 @@ unshift @fields, sub {
qq!<INPUT NAME="acctid$acctid" TYPE="checkbox" VALUE="1">!;
};
-my @links = ( '', map { exists($links{$_}) ? $links{$_} : '' } @fields );
+my @links = ( map { exists($links{$_}) ? $links{$_} : '' } @fields );
###