summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2011-11-18 00:11:53 +0000
committerivan <ivan>2011-11-18 00:11:53 +0000
commit78c229485d471f8f2a5636033c86f68e43f85e19 (patch)
tree56d198451912892d0f8ee98501f410b7ec4a6193 /httemplate
parente00d9e8daa1129a9430304b43689781fd86949eb (diff)
fix cdr svcnum link
Diffstat (limited to 'httemplate')
-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 );
###