Index: branches/dev/html/admin/batch/daily.php
===================================================================
--- branches/dev/html/admin/batch/daily.php	(revision 384)
+++ branches/dev/html/admin/batch/daily.php	(revision 385)
@@ -107,5 +107,5 @@
 function lfGetOrderDailySQL($start, $end) {
 	$from = " FROM dtb_order AS T1 LEFT JOIN dtb_customer AS T2 USING ( customer_id ) ";
-	$where = " WHERE T1.del_flg = 0 AND status <> " . ORDER_CANCEL . "AND T1.create_date BETWEEN '$start' AND '$end' ";
+	$where = " WHERE T1.del_flg = 0 AND T1.status <> " . ORDER_CANCEL . "AND T1.create_date BETWEEN '$start' AND '$end' ";
 
 /*	mysql¤Ç¤âÌäÂê¤Ê¤¤¤è¤¦¤Ë½¤Àµ
