Ignore:
Timestamp:
2013/02/15 21:45:14 (11 years ago)
Author:
pineray
Message:

#2136 dtb_deliv の処理を SC_Helper_Delivery クラスに集める.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php

    r22543 r22554  
    301301        $this->arrAllShipping = $objFormParam->getSwapArray(array_merge($this->arrShippingKeys, $this->arrShipmentItemKeys)); 
    302302        $this->top_shipping_id      = array_shift((array_keys($this->arrAllShipping))); 
    303         $this->arrDelivTime   = $objPurchase->getDelivTime($objFormParam->getValue('deliv_id')); 
     303        $this->arrDelivTime   = SC_Helper_Delivery_Ex::getDelivTime($objFormParam->getValue('deliv_id')); 
    304304        $this->tpl_onload .= $this->getAnchorKey($objFormParam); 
    305305        if ($arrValuesBefore['payment_id']) 
     
    770770        $arrAllShipmentItem = $objFormParam->getSwapArray($this->arrShipmentItemKeys); 
    771771 
    772         $arrDelivTime = $objPurchase->getDelivTime($objFormParam->getValue('deliv_id')); 
     772        $arrDelivTime = SC_Helper_Delivery_Ex::getDelivTime($objFormParam->getValue('deliv_id')); 
    773773        //商品単価を複数配送にも適応 
    774774        $arrShippingValues = array(); 
Note: See TracChangeset for help on using the changeset viewer.