From 5e9bea65517426cc73d032c46e3f84445d0a9b8b Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 2 Mar 2022 11:02:55 -0500 Subject: [PATCH] started work on client Related Item Queries currently commented out, allow to search phone numbers under contacts with - and () --- client_asset_copy_modal.php | 322 ++++++++++++++++++++++++++++++++++++ client_assets.php | 2 + client_contacts.php | 24 ++- 3 files changed, 346 insertions(+), 2 deletions(-) create mode 100644 client_asset_copy_modal.php diff --git a/client_asset_copy_modal.php b/client_asset_copy_modal.php new file mode 100644 index 00000000..15fbe2cb --- /dev/null +++ b/client_asset_copy_modal.php @@ -0,0 +1,322 @@ + + diff --git a/client_assets.php b/client_assets.php index d7708b51..6a92c4e3 100644 --- a/client_assets.php +++ b/client_assets.php @@ -340,6 +340,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));