diff --git a/client_assets.php b/client_assets.php
index e97fca5e..b1e60c25 100644
--- a/client_assets.php
+++ b/client_assets.php
@@ -16,7 +16,6 @@
Make |
Model |
Serial |
- |
Actions |
@@ -74,15 +73,11 @@
?>
|
- |
- |
- |
- |
-
+
+
+
|
+ |
+ |
+ |
|
@@ -32,12 +33,16 @@
$location_phone = substr($row['location_phone'],0,3)."-".substr($row['location_phone'],3,3)."-".substr($row['location_phone'],6,4);
}
$location_hours = $row['location_hours'];
+ if(empty($location_hours)){
+ $location_hours = '-';
+ }
?>
|
- " target="_blank"> |
- |
+ " target="_blank"> |
+ |
+ |
|