Ignore:
Timestamp:
2010/01/08 13:07:51 (17 years ago)
Author:
Yammy
Message:

http://svn.ec-cube.net/open_trac/ticket/503
お支払い方法選択画面で、お支払いに画像を登録した場合レイアウトが崩れるバグ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php

    r18472 r18481  
    163163        $this->arrPayment = $this->lfGetPayment($total_pretax); 
    164164        // 支払い方法の画像があるなしを取得($img_show true:ある false:なし) 
    165         $this->img_show = $this->lfGetImgShow($this->arrPayment); 
     165        $this->tpl_img_show = $this->lfGetImgShow($this->arrPayment); 
    166166        // お届け時間の取得 
    167167        $arrRet = $objDb->sfGetDelivTime($this->objFormParam->getValue('payment_id')); 
Note: See TracChangeset for help on using the changeset viewer.