From 679c78d2699678e3ea431fb245f9a16b8c017169 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 22 Oct 2019 10:06:24 -0600 Subject: [PATCH] Update xml_cdr.php --- app/xml_cdr/xml_cdr.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php index a6777c057c..36eca2f0cc 100644 --- a/app/xml_cdr/xml_cdr.php +++ b/app/xml_cdr/xml_cdr.php @@ -812,11 +812,11 @@ $content .= " ".ucwords(escape($call_result))."\n"; } //action icon - if (permission_exists('xml_cdr_details')) { - $content .= " "; - $content .= button::create(['type'=>'button','title'=>$text['button-view'],'icon'=>$_SESSION['theme']['button_icon_view'],'link'=>$list_row_url]); - $content .= " \n"; - } + //if (permission_exists('xml_cdr_details')) { + // $content .= " "; + // $content .= button::create(['type'=>'button','title'=>$text['button-view'],'icon'=>$_SESSION['theme']['button_icon_view'],'link'=>$list_row_url]); + // $content .= " \n"; + //} $content .= "\n"; //show the leg b only to those with the permission