Ignore:
Timestamp:
2013/02/14 15:17:30 (11 years ago)
Author:
h_yoshimoto
Message:

#1958 r22497 の内容をマージ

File:
1 edited

Legend:

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

    r22494 r22546  
    306306            if ($objCustomer->isLoginSuccess(true)) { 
    307307                if ($other_deliv_id != 0) { 
    308                     $otherDeliv = $objAddress->get($other_deliv_id); 
     308                    $otherDeliv = $objAddress->getAddress($other_deliv_id); 
    309309                    foreach ($otherDeliv as $key => $val) { 
    310310                        $arrValues[$other_deliv_id]['shipping_' . $key] = $val; 
Note: See TracChangeset for help on using the changeset viewer.