Ignore:
Timestamp:
2010/02/12 18:13:28 (14 years ago)
Author:
kajiwara
Message:

Ver2.4.3にアップデート

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/mypage/LC_Page_Mypage_HistoryDetail.php

    r18177 r18561  
    9191            // 支払い方法の取得 
    9292            $this->arrPayment = $objDb->sfGetIDValueList("dtb_payment", "payment_id", "payment_method"); 
    93             // 配送時間の取得 
     93            // お届け時間の取得 
    9494            $arrRet = $objDb->sfGetDelivTime($this->arrDisp['payment_id']); 
    9595            $this->arrDelivTime = SC_Utils_Ex::sfArrKeyValue($arrRet, 'time_id', 'deliv_time'); 
Note: See TracChangeset for help on using the changeset viewer.