Index: branches/dev/html/admin/order/mail.php
===================================================================
--- branches/dev/html/admin/order/mail.php	(revision 13828)
+++ branches/dev/html/admin/order/mail.php	(revision 13829)
@@ -126,5 +126,5 @@
 }
 
-function lfGetOrderData($order_id) {
+function lfGetCustomerData($order_id) {
 	global $objFormParam;
 	global $objPage;
@@ -133,5 +133,5 @@
 		$objQuery = new SC_Query();
 		$where = "order_id = ?";
-		$arrRet = $objQuery->select("*", "dtb_order", $where, array($order_id));
+		$arrRet = $objQuery->select("*", "dtb_customer", $where, array($order_id));
 		$objFormParam->setParam($arrRet[0]);
 		list($point, $total_point) = sfGetCustomerPoint($order_id, $arrRet[0]['use_point'], $arrRet[0]['add_point']);
