Add Task Completion Date and Time Stamp

This commit is contained in:
johnnyq 2024-03-26 14:10:14 -04:00
parent 31184dab62
commit 038e7e4a52
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ if (isset($_GET['ticket_id'])) {
<?php if($task_completed_at) { ?>
<div class='mt-1 text-success'>
<i class="fas fa-fw fa-check-circle mr-2"></i><s><?php echo $task_name; ?></s>
<i class="fas fa-fw fa-check-circle mr-2"></i><s><?php echo $task_name; ?></s><span class="float-right"><small class="text-secondary"><i class="fa fa-fw fa-clock mr-1"></i><?php echo $task_completed_at; ?></small></span>
</div>
<?php } else { ?>
<div class='mt-1'>