Index: branches/dev/html/admin/total/index.php
===================================================================
--- branches/dev/html/admin/total/index.php	(revision 13271)
+++ branches/dev/html/admin/total/index.php	(revision 13352)
@@ -622,4 +622,6 @@
 function lfGetOrderProducts($type, $sdate, $edate, $objPage, $graph = true, $mode = "") {
 	list($where, $arrval) = lfGetWhereMember('create_date', $sdate, $edate, $type);
+    
+    $where .= " and del_flg=0 and status <> " . ORDER_CANCEL;
 	
 	$sql = "SELECT T1.product_id, T1.product_code, T1.product_name as name, T1.products_count, T1.order_count, T1.price, T1.total ";
