Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 10273)
+++ temp/trunk/html/admin/products/product.php	(revision 10300)
@@ -251,4 +251,7 @@
 	$table = "vw_products_nonclass AS noncls ";
 	$where = "product_id = ?";
+	
+	sfViewWhere("&&noncls_where&&", $where, array($product_id));
+	
 	$arrRet = $objQuery->select($col, $table, $where, array($product_id));
 		
