From be135da7f54490fa95958267213efd2c49fa7554 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Thu, 15 Jan 2026 14:08:37 -0700 Subject: [PATCH] Clear quick select value when start/end date changes (#7701) * Clear the quick select value when start/end date and time change * Update xml_cdr_extension_summary.php * Update destination_summary.php --- app/destinations/destination_summary.php | 8 +++----- app/xml_cdr/xml_cdr_extension_summary.php | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/app/destinations/destination_summary.php b/app/destinations/destination_summary.php index c6a66d14f6..8bbc368769 100644 --- a/app/destinations/destination_summary.php +++ b/app/destinations/destination_summary.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2023-2025 + Portions created by the Initial Developer are Copyright (C) 2023-2026 the Initial Developer. All Rights Reserved. Contributor(s): @@ -182,7 +182,7 @@ echo " ".$text['label-start_date_time']."\n"; echo " \n"; echo "
\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " \n"; @@ -191,7 +191,7 @@ echo " ".$text['label-end_date_time']."\n"; echo " \n"; echo "
\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " \n"; @@ -249,5 +249,3 @@ //show the footer require_once "resources/footer.php"; - -?> diff --git a/app/xml_cdr/xml_cdr_extension_summary.php b/app/xml_cdr/xml_cdr_extension_summary.php index 2719cbad12..d509eabb7f 100644 --- a/app/xml_cdr/xml_cdr_extension_summary.php +++ b/app/xml_cdr/xml_cdr_extension_summary.php @@ -182,14 +182,14 @@ echo " ".$text['label-start_date_time']."\n"; echo " \n"; echo "
\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo "
\n"; echo " ".$text['label-end_date_time']."\n"; echo "
\n"; echo "
\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " \n";