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