diff options
| author | mark <mark> | 2011-04-01 02:52:24 +0000 |
|---|---|---|
| committer | mark <mark> | 2011-04-01 02:52:24 +0000 |
| commit | b65b8096089410001dfbcd35f9a56f9405b9f5f1 (patch) | |
| tree | df16b0422007bd876bc969bdff857d8a510b0aca /httemplate/view/svc_phone.cgi | |
| parent | 19b0c403fbf697a1de92f12abc8a2104daca07bc (diff) | |
svc_hardware and svc_dish, #11454
Diffstat (limited to 'httemplate/view/svc_phone.cgi')
| -rw-r--r-- | httemplate/view/svc_phone.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index e4dc335ca..4a850c21c 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -137,7 +137,7 @@ my $html_foot = sub { #src & charged party as per voip_cdr.pm my $search; my $cust_pkg = $svc_phone->cust_svc->cust_pkg; - if ( $cust_pkg && $cust_pkg->part_pkg->option('disable_src') ) { + if ( $cust_pkg && $cust_pkg->part_pkg->option('disable_src',1) ) { $search = "charged_party=$number"; } else { $search = "charged_party_or_src=$number"; |
