mirror of
https://github.com/itflow-org/itflow
synced 2026-03-23 14:05:38 +00:00
Fix Invoice Link in ticket details when billed
This commit is contained in:
@@ -537,7 +537,7 @@ if (isset($_GET['ticket_id'])) {
|
|||||||
|
|
||||||
<?php if ($invoice_id) { ?>
|
<?php if ($invoice_id) { ?>
|
||||||
<div class="mt-1">
|
<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>
|
</div>
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<div class="mt-1">
|
<div class="mt-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user