diff --git a/client_assets.php b/client_assets.php
index 0df0a383..95b481eb 100644
--- a/client_assets.php
+++ b/client_assets.php
@@ -66,9 +66,9 @@ if(isset($_GET['o'])){
}
//Asset Type from GET
-if(isset($_GET['type']) && ($_GET['type']) == 'workstations'){
+if(isset($_GET['type']) && ($_GET['type']) == 'workstation'){
$type_query = "asset_type = 'desktop' OR asset_type = 'laptop'";
-}elseif(isset($_GET['type']) && ($_GET['type']) == 'servers'){
+}elseif(isset($_GET['type']) && ($_GET['type']) == 'server'){
$type_query = "asset_type = 'server'";
}elseif(isset($_GET['type']) && ($_GET['type']) == 'virtual'){
$type_query = "asset_type = 'Virtual Machine'";
@@ -97,7 +97,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
@@ -109,7 +109,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));