From 0577d0fa617f6bd3619661f9d26d3639ce2e2e23 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 4 May 2018 08:34:17 -0600 Subject: [PATCH] Update xml_cdr.php --- app/xml_cdr/xml_cdr.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php index bf0e5a641c..514e64d52c 100644 --- a/app/xml_cdr/xml_cdr.php +++ b/app/xml_cdr/xml_cdr.php @@ -225,7 +225,7 @@ echo "\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo "
\n"; - echo " ".$text['label-source']."\n"; + echo " ".$text['label-caller_id_number']."\n"; echo " \n"; echo " \n"; @@ -256,7 +256,7 @@ echo "
\n"; - echo " ".$text['label-cid-name']."\n"; + echo " ".$text['label-caller_id_name']."\n"; echo " \n"; echo " \n"; @@ -376,8 +376,8 @@ echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, null, null, $param); $col_count++; } - echo th_order_by('caller_id_name', $text['label-cid-name'], $order_by, $order, null, null, $param); - echo th_order_by('caller_id_number', $text['label-source'], $order_by, $order, null, null, $param); + echo th_order_by('caller_id_name', $text['label-caller_id_name'], $order_by, $order, null, null, $param); + echo th_order_by('caller_id_number', $text['label-caller_id_number'], $order_by, $order, null, null, $param); if (permission_exists('caller_destination')) { echo th_order_by('caller_destination', $text['label-caller_destination'], $order_by, $order, null, null, $param); }