Merge pull request #685 from wrongecho/rev-679

Ticket.php: Revert PR 679
This commit is contained in:
wrongecho 2023-05-15 21:44:53 +01:00 committed by GitHub
commit a60a9456f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>