update admin_ticket_template_details.php

This commit is contained in:
ssteeltm 2025-02-21 13:51:57 -03:00
parent 073713a6a2
commit 17920e3cda
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ $sql_task_templates = mysqli_query($mysqli, "SELECT * FROM task_templates WHERE
$task_completion_estimate = intval($row['task_template_completion_estimate']);
$task_description = nullable_htmlentities($row['task_template_description']);
?>
<tr data-task-id="<?php echo $task_id; ?>"> <!-- Add data-task-id attribute -->
<tr data-task-id="<?php echo $task_id; ?>">
<td><i class="far fa-fw fa-square text-secondary"></i></td>
<td>
<a href="#" class="grab-cursor">