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()")); - - - - + + + +