diff --git a/admin_ticket_template_details.php b/admin_ticket_template_details.php
index 8bf391b9..d38ed28a 100644
--- a/admin_ticket_template_details.php
+++ b/admin_ticket_template_details.php
@@ -85,9 +85,9 @@ $sql_task_templates = mysqli_query($mysqli, "SELECT * FROM task_templates WHERE
-
+
-
+
@@ -98,18 +98,29 @@ $sql_task_templates = mysqli_query($mysqli, "SELECT * FROM task_templates WHERE
$task_id = intval($row['task_template_id']);
$task_name = nullable_htmlentities($row['task_template_name']);
$task_order = intval($row['task_template_order']);
+ $task_completion_estimate = intval($row['task_template_completion_estimate']);
$task_description = nullable_htmlentities($row['task_template_description']);
?>
|
- |
+ m - |
-
-
-
-
+
|
">
+
+
diff --git a/ticket.php b/ticket.php
index 8785e406..f873c6da 100644
--- a/ticket.php
+++ b/ticket.php
@@ -894,6 +894,7 @@ if (isset($_GET['ticket_id'])) {
$task_name = nullable_htmlentities($row['task_name']);
$task_order = intval($row['task_order']);
//$task_description = nullable_htmlentities($row['task_description']); // not in db yet
+ $task_completion_estimate = intval($row['task_completion_estimate']);
$task_completed_at = nullable_htmlentities($row['task_completed_at']);
?>
@@ -906,7 +907,7 @@ if (isset($_GET['ticket_id'])) {
- |
+ m - |
= 2) { ?>
|