Ignore:
Timestamp:
2007/05/30 17:56:18 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/order/mail.php

    r13828 r13829  
    126126} 
    127127 
    128 function lfGetOrderData($order_id) { 
     128function lfGetCustomerData($order_id) { 
    129129    global $objFormParam; 
    130130    global $objPage; 
     
    133133        $objQuery = new SC_Query(); 
    134134        $where = "order_id = ?"; 
    135         $arrRet = $objQuery->select("*", "dtb_order", $where, array($order_id)); 
     135        $arrRet = $objQuery->select("*", "dtb_customer", $where, array($order_id)); 
    136136        $objFormParam->setParam($arrRet[0]); 
    137137        list($point, $total_point) = sfGetCustomerPoint($order_id, $arrRet[0]['use_point'], $arrRet[0]['add_point']); 
Note: See TracChangeset for help on using the changeset viewer.