mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Do not show Responses if the count is 0
This commit is contained in:
@@ -422,7 +422,7 @@ if (isset($_GET['ticket_id'])) {
|
||||
<!-- End IF for reply modal -->
|
||||
<?php } ?>
|
||||
|
||||
<h5 class="mb-4">Responses (<?php echo $ticket_responses; ?>)</h5>
|
||||
<?php if($ticket_responses) { ?><h5 class="mb-4">Responses (<?php echo $ticket_responses; ?>)</h5><?php } ?>
|
||||
|
||||
<!-- Ticket replies -->
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user