- Timestamp:
- 2010/02/01 15:34:04 (13 years ago)
- Location:
- branches/version-2_4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4
- Property svn:mergeinfo changed
/branches/version-2_4-dev merged: 18472
- Property svn:mergeinfo changed
-
branches/version-2_4/data/class/pages/mypage/LC_Page_Mypage_History.php
r18115 r18521 82 82 // 支払い方法の取得 83 83 $this->arrPayment = $objDb->sfGetIDValueList("dtb_payment", "payment_id", "payment_method"); 84 // 配送時間の取得84 // お届け時間の取得 85 85 $arrRet = $objDb->sfGetDelivTime($this->arrDisp['payment_id']); 86 86 $this->arrDelivTime = SC_Utils_Ex::sfArrKeyValue($arrRet, 'time_id', 'deliv_time');
Note: See TracChangeset
for help on using the changeset viewer.