From 4e72925c21f1a4e3b2818d095125409be49d671e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 31 Oct 2024 15:40:02 -0400 Subject: [PATCH] BIG FIX: When accessing ticket, invoice, recurring invoice or quote details while in the client section of ITFlow keep the Client Side Nav instead of redirecting back to the Main Nav. This caused much confusion in the past. This will improve naviagtion in those areas greatly --- client_invoices.php | 2 +- client_quotes.php | 2 +- client_recurring_invoices.php | 4 ++-- client_side_nav.php | 8 ++++---- client_tickets.php | 4 ++-- invoice.php | 8 ++++++-- quote.php | 7 ++++++- recurring_invoice.php | 7 ++++++- ticket.php | 8 +++++++- 9 files changed, 35 insertions(+), 15 deletions(-) diff --git a/client_invoices.php b/client_invoices.php index 319a65f4..7685317e 100644 --- a/client_invoices.php +++ b/client_invoices.php @@ -161,7 +161,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); ?> - + diff --git a/client_quotes.php b/client_quotes.php index 74ce8d6a..afcda941 100644 --- a/client_quotes.php +++ b/client_quotes.php @@ -147,7 +147,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); ?> - + diff --git a/client_recurring_invoices.php b/client_recurring_invoices.php index df200297..9395cb3d 100644 --- a/client_recurring_invoices.php +++ b/client_recurring_invoices.php @@ -144,7 +144,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); ?> - + ly @@ -162,7 +162,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));