Index: branches/rel/html/admin/total/index.php
===================================================================
--- branches/rel/html/admin/total/index.php	(revision 12157)
+++ branches/rel/html/admin/total/index.php	(revision 13354)
@@ -617,4 +617,6 @@
 	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, T1.products_count, T1.order_count, T1.price, T1.total ";
 	$sql.= "FROM ( ";
