Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13830)
+++ branches/dev/html/admin/order/mail.php	(revision 13831)
@@ -43,5 +43,5 @@
 
 // DB¤«¤é¼õÃí¾ðÊó¤òÆÉ¤ß¹þ¤à
-lfGetCustomerData($_POST['order_id']);
+lfGetOrderData($_POST['order_id']);
 
 
@@ -126,5 +126,5 @@
 }
 
-function lfGetCustomerData($order_id) {
+function lfGetOrderData($order_id) {
 	global $objFormParam;
 	global $objPage;
@@ -133,5 +133,5 @@
 		$objQuery = new SC_Query();
 		$where = "order_id = ?";
-		$arrRet = $objQuery->select("*", "dtb_customer", $where, array($order_id));
+		$arrRet = $objQuery->select("*", "dtb_order", $where, array($order_id));
 		$objFormParam->setParam($arrRet[0]);
 		list($point, $total_point) = sfGetCustomerPoint($order_id, $arrRet[0]['use_point'], $arrRet[0]['add_point']);
