Ignore:
Timestamp:
2013/04/09 16:07:16 (11 years ago)
Author:
pineray
Message:

#2218 お届け先最大登録数の比較演算子を元に戻し、スクリプト側のカウント部分を変更

File:
1 edited

Legend:

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

    r22567 r22782  
    8686        $this->addrs = $this->getDelivAddrs($objCustomer, $objPurchase, 
    8787                                            $objAddress, $this->tpl_uniqid); 
    88         $this->tpl_addrmax = count($this->addrs); 
     88        $this->tpl_addrmax = count($this->addrs) - 2; // 「選択してください」と会員の住所をカウントしない 
    8989        $this->lfInitParam($objFormParam); 
    9090 
Note: See TracChangeset for help on using the changeset viewer.