From: ivan Date: Mon, 16 Aug 2010 20:24:19 +0000 (+0000) Subject: fix search of pending/billed CDRs to find src field too, RT#9640 X-Git-Tag: TORRUS_1_0_9~388 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=106f396d4d9f14859674bc6156027a33e0b093ab fix search of pending/billed CDRs to find src field too, RT#9640 --- 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