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

@@ -191,7 +191,7 @@ if (isset($_GET['quote_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_quote.php?quote_id=<?php echo "$quote_id&url_key=$quote_url_key"; ?>">
<a class="dropdown-item" target="_blank" href="guest/guest_view_quote.php?quote_id=<?php echo "$quote_id&url_key=$quote_url_key"; ?>">
<i class="fa fa-fw fa-link text-secondary mr-2"></i>Guest URL
</a>
<?php if (lookupUserPermission("module_sales") >= 3) { ?>