From 106f396d4d9f14859674bc6156027a33e0b093ab Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 16 Aug 2010 20:24:19 +0000 Subject: [PATCH] fix search of pending/billed CDRs to find src field too, RT#9640 --- httemplate/view/svc_phone.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 3424d34f3..27d270c89 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -128,9 +128,9 @@ my $html_foot = sub { my $search; my $cust_pkg = $svc_phone->cust_svc->cust_pkg; if ( $cust_pkg && $cust_pkg->part_pkg->option('disable_src') ) { - $search = "charged_party_or_src=$number"; + $search = "charged_party=$number"; } else { - $search = "src=$number"; + $search = "charged_party_or_src=$number"; } #XXX default prefix as per voip_cdr.pm -- 2.11.0