Changeset 17889


Ignore:
Timestamp:
2009/03/07 22:01:24 (15 years ago)
Author:
Seasoft
Message:

merge 17387
・取得元: version-2
・未テスト
【取得元のログメッセージ】
SBPS連携修正

Location:
branches/comu-ver2/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/order/edit.tpl

    r17887 r17889  
    102102                        <!--{/if}--> 
    103103 
    104   <!--{* SPS連携用 *}--> 
    105   <!--{assign var=sps_path value=`$smarty.const.MODULE_PATH`mdl_sps/templates/sps_request.tpl}--> 
    106   <!--{if file_exists($sps_path) && $paymentType[0].module_id == $smarty.const.MDL_SPS_ID && $paymentType[0].memo03 == $smarty.const.SPS_CREDIT}--> 
    107     <!--{include file=$sps_path}--> 
    108   <!--{/if}--> 
     104                        <!--{* SPS連携用 *}--> 
     105                        <!--{assign var=sps_path value=`$smarty.const.MODULE_PATH`mdl_sps/templates/sps_request.tpl}--> 
     106                        <!--{if file_exists($sps_path) && $paymentType[0].module_code == $smarty.const.MDL_SPS_CODE && $paymentType[0].memo03 == $smarty.const.SPS_CREDIT}--> 
     107                            <!--{include file=$sps_path}--> 
     108                        <!--{/if}--> 
    109109 
    110110  <!--{* F-REGI決済モジュール用 *}--> 
  • branches/comu-ver2/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php

    r17887 r17889  
    283283         */ 
    284284        $objQuery = new SC_Query(); 
    285         $this->paymentType = $objQuery->getall("SELECT module_id, memo03 FROM dtb_payment WHERE payment_id = ? ", array($this->arrForm["payment_id"]['value'])); 
     285        $this->paymentType = $objQuery->getall("SELECT module_code, memo03 FROM dtb_payment WHERE payment_id = ? ", array($this->arrForm["payment_id"]['value'])); 
    286286        $objDate = new SC_Date(); 
    287287        $objDate->setStartYear(RELEASE_YEAR); 
Note: See TracChangeset for help on using the changeset viewer.