Index: temp/trunk/html/admin/batch/daily.php
===================================================================
--- temp/trunk/html/admin/batch/daily.php	(revision 3460)
+++ temp/trunk/html/admin/batch/daily.php	(revision 3461)
@@ -78,5 +78,5 @@
 		$objQuery = new SC_Query();
 		$arrRet = $objQuery->select("order_date, create_date", "dtb_bat_order_daily", "order_date = ?", array($batch_date));
-		print($batch_date . " " . $arrRet[0]['create_date'] . " ". $arrRet[0]['order_date']);
+		print($batch_date . " " . $arrRet[0]['create_date'] . " ". $arrRet[0]['order_date'] . "<br>");
 	}
 }
