Ignore:
Timestamp:
2009/06/09 23:51:54 (15 years ago)
Author:
Seasoft
Message:

merge r18036
・取得元: version-2_4
【取得元のログメッセージ】

  • #477分対応。2.4.0にて一部決済モジュールの機能が動作しない不具合を修正。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php

    r18087 r18089  
    8888        /* ペイジェント決済モジュール連携用 */ 
    8989        if(function_exists("sfPaygentOrderPage")) { 
    90             $this->arrFormKind = sfPaygentOrderPage(); 
     90            $this->arrDispKind = sfPaygentOrderPage(); 
    9191        } 
    9292 
     
    430430                $this->arrForm["payment_type"] = "お支払い"; 
    431431            } 
     432            // 受注データを表示用配列に代入(各EC-CUBEバージョンと決済モジュールとのデータ連携保全のため) 
     433            $this->arrDisp = $this->arrForm; 
    432434        } 
    433435    } 
Note: See TracChangeset for help on using the changeset viewer.