mirror of
https://github.com/itflow-org/itflow
synced 2026-03-24 06:25:40 +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 -->
|
<!-- End IF for reply modal -->
|
||||||
<?php } ?>
|
<?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 -->
|
<!-- Ticket replies -->
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user