Fixed a layout issue if no previos ticket exists for a selected contact under ticket details
This commit is contained in:
+1
-1
@@ -540,8 +540,8 @@ if (isset($_GET['ticket_id'])) {
|
||||
<div class="mt-1">
|
||||
<i class="fa fa-fw fa-hourglass-start text-secondary ml-1 mr-2"></i><strong>Status:</strong>
|
||||
<span class="text-success"><?php echo $prev_ticket_status; ?></span>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php } else { ?>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user