Update Calendar to show past scheduled tickets as different colors based on status.

This commit is contained in:
o-psi
2024-02-09 22:06:34 +00:00
parent c72a4a2413
commit 6e14406364
5 changed files with 334 additions and 240 deletions

View File

@@ -59,6 +59,7 @@ if (isset($_GET['ticket_id'])) {
$ticket_priority = nullable_htmlentities($row['ticket_priority']);
$ticket_billable = intval($row['ticket_billable']);
$ticket_scheduled_for = nullable_htmlentities($row['ticket_schedule']);
$ticket_onsite = nullable_htmlentities($row['ticket_onsite']);
//Set Ticket Bage Color based of priority
if ($ticket_priority == "High") {