summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-07-06 00:28:50 +0000
committerivan <ivan>2009-07-06 00:28:50 +0000
commitd906eeadf9576cbdb0e337a774ab17327009ad45 (patch)
treec7b46ce72453d35502958ec4e550424b2bd05c94
parentff023eb486cc3000d1ee4a2186b8748e1fcbdbb6 (diff)
fix incoming CDR links wrt cdrbatch field
-rw-r--r--httemplate/view/svc_phone.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi
index 3d4045b99..09d5be483 100644
--- a/httemplate/view/svc_phone.cgi
+++ b/httemplate/view/svc_phone.cgi
@@ -111,7 +111,7 @@ my $html_foot = sub {
"View $_ CDRs</A>";
} keys(%what);
- my @ilinks = ( qq(<A HREF="${p}search/cdr.html?dst=$number">).
+ my @ilinks = ( qq(<A HREF="${p}search/cdr.html?cdrbatch=__ALL__;dst=$number">).
'View incoming CDRs</A>' );
###