Update all email content links to use the /guest directory now for ticket viewing, invoice, quote and item

This commit is contained in:
johnnyq
2025-01-11 16:07:48 -05:00
parent d29aa55411
commit cc0b456312
7 changed files with 23 additions and 23 deletions

View File

@@ -231,7 +231,7 @@ if (isset($_GET['invoice_id'])) {
<i class="fa fa-fw fa-paper-plane text-secondary mr-2"></i>Send Email
</a>
<?php } ?>
<a class="dropdown-item" target="_blank" href="guest_view_invoice.php?invoice_id=<?php echo "$invoice_id&url_key=$invoice_url_key"; ?>">
<a class="dropdown-item" target="_blank" href="guest/guest_view_invoice.php?invoice_id=<?php echo "$invoice_id&url_key=$invoice_url_key"; ?>">
<i class="fa fa-fw fa-link text-secondary mr-2"></i>Guest URL
</a>
<?php if ($invoice_status !== 'Cancelled' && $invoice_status !== 'Paid') { ?>