mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Ticket.php: revert PR 679
- Hide previous ticket count for now as this doesn't work as intended
This commit is contained in:
@@ -473,7 +473,7 @@ if (isset($_GET['ticket_id'])) {
|
||||
Open tickets: <strong><a href='tickets.php?contact_id=<?php echo $contact_id; ?>&status=Open'><?php echo $ticket_related_open; ?></a></strong><br>
|
||||
Closed tickets: <strong><a href='tickets.php?contact_id=<?php echo $contact_id; ?>&status=Closed'><?php echo $ticket_related_closed; ?></a></strong>
|
||||
">
|
||||
<span class="badge bg-secondary"><?php echo $ticket_related_total; ?></span>
|
||||
<!-- <span class="badge bg-secondary">--><?php //echo $ticket_related_total; ?><!--</span>-->
|
||||
</a>
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user