DB Update task, ticket and project templates added

This commit is contained in:
johnnyq
2024-03-27 19:16:44 -04:00
parent 76cce6ac23
commit c9724bea0d
4 changed files with 119 additions and 12 deletions

View File

@@ -384,12 +384,12 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
if ($row) {
$ticket_reply_type = nullable_htmlentities($row['ticket_reply_type']);
if ($ticket_reply_type == "Client") {
$ticket_reply_by_display = nullable_htmlentities($row['contact_name']);
} else {
$ticket_reply_by_display = nullable_htmlentities($row['user_name']);
}
$ticket_reply_created_at = nullable_htmlentities($row['ticket_reply_created_at']);
}
?>