Ignore:
Timestamp:
2011/10/21 13:34:46 (13 years ago)
Author:
yomoro
Message:

#1511 $objPurchase->unsetShippingTemp(); の場所を変更

File:
1 edited

Legend:

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

    r21185 r21291  
    179179 
    180180            if (SC_Utils_Ex::isBlank($this->arrErr)) { 
    181  
     181                $objPurchase->unsetShippingTemp(); 
    182182                $this->lfRegistData($this->tpl_uniqid, $objPurchase, 
    183183                                    $objCustomer, $objFormParam); 
     
    202202 
    203203            if (SC_Utils_Ex::isBlank($this->arrErr)) { 
     204                $objPurchase->unsetShippingTemp(); 
    204205                $this->lfRegistData($this->tpl_uniqid, $objPurchase, 
    205206                                    $objCustomer, $objFormParam, true); 
     
    233234 
    234235            $this->setFormParams($objFormParam, $objPurchase, $this->tpl_uniqid); 
    235             $objPurchase->unsetShippingTemp(); 
    236236        } 
    237237 
Note: See TracChangeset for help on using the changeset viewer.