diff --git a/client_assets.php b/client_assets.php
index eb10fc70..546142a9 100644
--- a/client_assets.php
+++ b/client_assets.php
@@ -75,6 +75,7 @@ $total_pages = ceil($total_found_rows / 10);
Make |
Model |
Serial |
+ Assigned |
@@ -132,6 +133,13 @@ $total_pages = ceil($total_found_rows / 10);
$login_username = $row['login_username'];
$login_password = $row['login_password'];
$asset_id_relation = $row['asset_id'];
+
+ $sql_assigned = mysqli_query($mysqli,"SELECT * FROM contacts WHERE contact_id = $contact_id");
+ $row = mysqli_fetch_array($sql_assigned);
+ $contact_name = $row['contact_name'];
+ if(empty($contact_name)){
+ $contact_name = "";
+ }
?>
@@ -186,6 +194,7 @@ $total_pages = ceil($total_found_rows / 10);
|
|
|
+