From 341ff69c5844b4cdd607a4a27865779fd950abb7 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Wed, 5 Feb 2025 10:48:16 +0000 Subject: [PATCH] Only show tasks if ticket is open OR when ticket is resolved & there were tasks --- ticket.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ticket.php b/ticket.php index 674a0add..2746b037 100644 --- a/ticket.php +++ b/ticket.php @@ -898,7 +898,8 @@ if (isset($_GET['ticket_id'])) { -
+ 0)) { ?> +
= 2) { ?>
@@ -970,6 +971,7 @@ if (isset($_GET['ticket_id'])) { } ?>
+