From a11de364c870cf0a85bb1b5556e157a290f9a362 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 15 Jan 2024 14:56:59 -0500 Subject: [PATCH] Show correct Contact Details when on Asset Details --- client_asset_details.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client_asset_details.php b/client_asset_details.php index 328e7d89..6429903e 100644 --- a/client_asset_details.php +++ b/client_asset_details.php @@ -42,6 +42,9 @@ if (isset($_GET['asset_id'])) { $device_icon = getAssetIcon($asset_type); $contact_name = nullable_htmlentities($row['contact_name']); + $contact_email = nullable_htmlentities($row['contact_email']); + $contact_phone = nullable_htmlentities($row['contact_phone']); + $contact_mobile = nullable_htmlentities($row['contact_mobile']); $contact_archived_at = nullable_htmlentities($row['contact_archived_at']); if (empty($contact_archived_at)) { $contact_archived_display = ""; @@ -186,13 +189,10 @@ if (isset($_GET['asset_id'])) {
-
+
-
- -
+