From df6d9552616bb5f44553f659aa88023dc17f36f0 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 4 Nov 2025 18:37:43 -0500 Subject: [PATCH] Migrate Schedule Ticket and Merge Ticket to ajax modal also spruce up Schedule Inteface and cleanup code --- agent/modals/ticket/ticket_billable.php | 5 +- agent/modals/ticket/ticket_edit_schedule.php | 114 ++++++++------ agent/modals/ticket/ticket_merge.php | 155 +++++++++++-------- agent/ticket.php | 12 +- 4 files changed, 162 insertions(+), 124 deletions(-) diff --git a/agent/modals/ticket/ticket_billable.php b/agent/modals/ticket/ticket_billable.php index 9520c7c2..2a259aa6 100644 --- a/agent/modals/ticket/ticket_billable.php +++ b/agent/modals/ticket/ticket_billable.php @@ -18,8 +18,7 @@ ob_start(); +?> + +
+ + + +
- + + +

Nothing to see here

Go Back"; - include_once "../includes/footer.php"; + require_once "../includes/footer.php"; } else { $row = mysqli_fetch_array($sql); @@ -419,7 +419,7 @@ if (isset($_GET['ticket_id'])) { Summarize - + Merge @@ -498,7 +498,7 @@ if (isset($_GET['ticket_id'])) {
- Scheduled: + Scheduled:
@@ -1242,11 +1242,7 @@ if (isset($_GET['ticket_id'])) { - = 2 && empty($ticket_closed_at)) { - require_once "modals/ticket/ticket_edit_schedule.php"; - require_once "modals/ticket/ticket_merge.php"; - } +