Changeset 13831 for branches/dev/html/admin/order/mail.php
- Timestamp:
- 2007/05/30 17:57:58 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/admin/order/mail.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/order/mail.php
r13830 r13831 43 43 44 44 // DB¤«¤é¼õÃí¾ðÊó¤òÆÉ¤ß¹þ¤à 45 lfGet CustomerData($_POST['order_id']);45 lfGetOrderData($_POST['order_id']); 46 46 47 47 … … 126 126 } 127 127 128 function lfGet CustomerData($order_id) {128 function lfGetOrderData($order_id) { 129 129 global $objFormParam; 130 130 global $objPage; … … 133 133 $objQuery = new SC_Query(); 134 134 $where = "order_id = ?"; 135 $arrRet = $objQuery->select("*", "dtb_ customer", $where, array($order_id));135 $arrRet = $objQuery->select("*", "dtb_order", $where, array($order_id)); 136 136 $objFormParam->setParam($arrRet[0]); 137 137 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.
