Fix the link to call detail records

This commit is contained in:
FusionPBX
2025-04-17 16:40:24 -06:00
committed by GitHub
parent 30f6103dbb
commit 1b6166ed77

View File

@@ -1688,7 +1688,7 @@ if (permission_exists('contact_phone_view')) {
echo " </div>\n";
}
echo " <div class='button no-link' style='float: left; margin-top: 1px; margin-left: 8px;'>\n";
echo " <a href='../xml_cdr/xml_cdr.php?caller_id_number=".urlencode($row['phone_number'] ?? '')."'>\n";
echo " <a href='".PROJECT_PATH."/app/xml_cdr/xml_cdr.php?caller_id_number=".urlencode($row['phone_number'] ?? '')."'>\n";
echo " <i class='fas fa-search fa-fw' style='color: ".$body_text_color."; float: left; margin-top: 7px; margin-left: 3px; margin-right: 3px;' title=\"".$text['button-cdr']."\"></i>\n";
echo " </a>\n";