- Timestamp:
- 2009/07/25 09:49:37 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/mypage/LC_Page_Mypage_HistoryDetail.php
r18234 r18235 92 92 // 支払い方法の取得 93 93 $this->arrPayment = $objDb->sfGetIDValueList("dtb_payment", "payment_id", "payment_method"); 94 // 配送時間の取得94 // お届け時間の取得 95 95 $arrRet = $objDb->sfGetDelivTime($this->arrDisp['payment_id']); 96 96 $this->arrDelivTime = SC_Utils_Ex::sfArrKeyValue($arrRet, 'time_id', 'deliv_time');
Note: See TracChangeset
for help on using the changeset viewer.