From a1a745dc7fdd72ded606dd185f753768d2340cfc Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Wed, 27 May 2026 11:57:21 -0700 Subject: [PATCH] Add document title to call details (#7996) --- app/xml_cdr/xml_cdr_details.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/xml_cdr/xml_cdr_details.php b/app/xml_cdr/xml_cdr_details.php index 407baedb1..791ae7a47 100644 --- a/app/xml_cdr/xml_cdr_details.php +++ b/app/xml_cdr/xml_cdr_details.php @@ -462,6 +462,7 @@ } //get the header + $document['title'] = $text['title2']; require_once "resources/header.php"; //page title and description