From 69253385c5a1304e6b2ccccc77747007706eb659 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 3 Nov 2025 16:29:41 -0500 Subject: [PATCH] Update Invoice, Quote, Recurring Invoice Hyperlinks to take you directly to the client view instead of keeping you in global view. We also did this with tickets in the previous commit --- agent/invoices.php | 2 +- agent/quotes.php | 2 +- agent/recurring_invoices.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agent/invoices.php b/agent/invoices.php index 826fb19c..128544b9 100644 --- a/agent/invoices.php +++ b/agent/invoices.php @@ -362,7 +362,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - + diff --git a/agent/quotes.php b/agent/quotes.php index 7819a531..b8ec96f1 100644 --- a/agent/quotes.php +++ b/agent/quotes.php @@ -187,7 +187,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - + diff --git a/agent/recurring_invoices.php b/agent/recurring_invoices.php index 33ea95cc..8b12bef0 100644 --- a/agent/recurring_invoices.php +++ b/agent/recurring_invoices.php @@ -189,7 +189,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - +