Changeset 21291
- Timestamp:
- 2011/10/21 13:34:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping.php
r21185 r21291 179 179 180 180 if (SC_Utils_Ex::isBlank($this->arrErr)) { 181 181 $objPurchase->unsetShippingTemp(); 182 182 $this->lfRegistData($this->tpl_uniqid, $objPurchase, 183 183 $objCustomer, $objFormParam); … … 202 202 203 203 if (SC_Utils_Ex::isBlank($this->arrErr)) { 204 $objPurchase->unsetShippingTemp(); 204 205 $this->lfRegistData($this->tpl_uniqid, $objPurchase, 205 206 $objCustomer, $objFormParam, true); … … 233 234 234 235 $this->setFormParams($objFormParam, $objPurchase, $this->tpl_uniqid); 235 $objPurchase->unsetShippingTemp();236 236 } 237 237
Note: See TracChangeset
for help on using the changeset viewer.