mirror of https://github.com/itflow-org/itflow
Do not show Responses if the count is 0
This commit is contained in:
parent
4cfbfb1a73
commit
900df014b7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue