Index: temp/trunk/html/shopping/payment.php
===================================================================
--- temp/trunk/html/shopping/payment.php	(revision 4898)
+++ temp/trunk/html/shopping/payment.php	(revision 4899)
@@ -186,5 +186,5 @@
 	$objQuery = new SC_Query();
 	$where = "time_id = ?";
-	$arrRet = $objQuery->select("deliv_id, time", "dtb_delivtime", $where, array($time_id));
+	$arrRet = $objQuery->select("deliv_id, deliv_time", "dtb_delivtime", $where, array($time_id));
 	return (array($arrRet[0]['deliv_id'], $arrRet[0]['time']));
 }
