From e0a5efdfafe3f14c029085086d3987b4bb4ed322 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 24 Jul 2025 17:28:10 -0400 Subject: [PATCH] Updated Contact Asset Counts to use more optimied query and added asset counts to client listing --- ajax/ajax_client_edit.php | 10 +++--- clients.php | 69 +++++++++++++++++++++++++++++++++++--- contacts.php | 49 ++++++++++++--------------- includes/filter_footer.php | 2 +- 4 files changed, 92 insertions(+), 38 deletions(-) diff --git a/ajax/ajax_client_edit.php b/ajax/ajax_client_edit.php index 77439c4e..366de4cc 100644 --- a/ajax/ajax_client_edit.php +++ b/ajax/ajax_client_edit.php @@ -32,9 +32,9 @@ while ($row = mysqli_fetch_array($sql_client_tags)) { // Generate the HTML form content using output buffering. ob_start(); ?> -