From 095c5b95ac66c72b9c4398413e4fdead0118e28b Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 7 Dec 2024 12:26:41 -0500 Subject: [PATCH] Removed Physical Asset location in show additonal columns instead show Physical Location below location --- client_assets.php | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/client_assets.php b/client_assets.php index 23f7ef79..f8c501af 100644 --- a/client_assets.php +++ b/client_assets.php @@ -183,9 +183,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - @@ -321,13 +318,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Location - - - - Physical Location - - - Status @@ -397,9 +387,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); $asset_photo = nullable_htmlentities($row['asset_photo']); $asset_physical_location = nullable_htmlentities($row['asset_physical_location']); if ($asset_physical_location) { - $asset_physical_location_display = $asset_physical_location; + $asset_physical_location_display = "
$asset_physical_location
"; } else { - $asset_physical_location_display = "-"; + $asset_physical_location_display = ""; } $asset_notes = nullable_htmlentities($row['asset_notes']); $asset_created_at = nullable_htmlentities($row['asset_created_at']); @@ -489,10 +479,10 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - - - - + + + +