@@ -1767,10 +1767,6 @@ class Warehouse extends Start_Controller {
if($library)
{
$where .= " and library = '$library'";
- }
- if($type)
- {
- $where .= " and type = '$type'";
}
if($libraryconfirm)