Index: branches/version-2_12-dev/data/class/pages/admin/LC_Page_Admin_Home.php
===================================================================
--- branches/version-2_12-dev/data/class/pages/admin/LC_Page_Admin_Home.php	(revision 22206)
+++ branches/version-2_12-dev/data/class/pages/admin/LC_Page_Admin_Home.php	(revision 22318)
@@ -232,5 +232,5 @@
         $where = 'product_id IN ('
                . 'SELECT product_id FROM dtb_products_class '
-               . 'WHERE stock_unlimited = ? AND stock <= 0)'
+               . 'WHERE del_flg = 0 AND stock_unlimited = ? AND stock <= 0)'
                . ' AND del_flg = 0';
         return $objQuery->select($cols, $table, $where, array(UNLIMITED_FLG_LIMITED));
