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'])) {
-
+
-
- -
+