Ignore:
Timestamp:
2010/02/12 18:46:50 (17 years ago)
Author:
kajiwara
Message:

EC-CUBE Ver2.4.3 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=210

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/class/pages/mypage/LC_Page_Mypage_History.php

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