From 3b645fc5fbd2440292180ba9b9190ab332298620 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 11 Sep 2023 13:07:39 -0400 Subject: [PATCH] Added missing asset description under client details --- client_contact_details.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client_contact_details.php b/client_contact_details.php index 1ce7ead2..cffa00b1 100644 --- a/client_contact_details.php +++ b/client_contact_details.php @@ -149,6 +149,7 @@ if (isset($_GET['contact_id'])) { Name + Description Type Make/Model Serial Number @@ -165,6 +166,7 @@ if (isset($_GET['contact_id'])) { $asset_id = intval($row['asset_id']); $asset_type = nullable_htmlentities($row['asset_type']); $asset_name = nullable_htmlentities($row['asset_name']); + $asset_description = nullable_htmlentities($row['asset_description']); $asset_make = nullable_htmlentities($row['asset_make']); $asset_model = nullable_htmlentities($row['asset_model']); $asset_serial = nullable_htmlentities($row['asset_serial']); @@ -214,6 +216,7 @@ if (isset($_GET['contact_id'])) { +