Fix Invoice Link in ticket details when billed

This commit is contained in:
johnnyq 2025-07-09 20:10:08 -04:00
parent fe8baf2ca4
commit a7b2522c87
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ if (isset($_GET['ticket_id'])) {
<?php if ($invoice_id) { ?>
<div class="mt-1">
<i class="fa fa-fw fa-dollar-sign text-secondary mr-2"></i>Invoiced: <a href="invoices.php?invoice_id=<?php echo $invoice_id ?>"><?php echo "$invoice_prefix$invoice_number"; ?></a>
<i class="fa fa-fw fa-dollar-sign text-secondary mr-2"></i>Invoiced: <a href="invoice.php?invoice_id=<?php echo $invoice_id ?>"><?php echo "$invoice_prefix$invoice_number"; ?></a>
</div>
<?php } else { ?>
<div class="mt-1">