Ignore:
Timestamp:
2011/04/16 10:52:17 (13 years ago)
Author:
Seasoft
Message:

#1267 (「数量」の揺らぎ)
#627 (ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r20848 r20849  
    314314        $objFormParam->addParam("お届け日(日)", "shipping_date_day", INT_LEN, 'n', array("MAX_LENGTH_CHECK", "NUM_CHECK")); 
    315315        $objFormParam->addParam("お届け日", "shipping_date", STEXT_LEN, 'KVa', array("SPTAB_CHECK", "MAX_LENGTH_CHECK")); 
    316         $objFormParam->addParam("配送商品数", "shipping_product_quantity", INT_LEN, 'n', array("MAX_LENGTH_CHECK", "NUM_CHECK")); 
     316        $objFormParam->addParam("配送商品数", "shipping_product_quantity", INT_LEN, 'n', array("MAX_LENGTH_CHECK", "NUM_CHECK")); 
    317317 
    318318        $objFormParam->addParam("商品規格ID", "shipment_product_class_id", INT_LEN, 'n', array("MAX_LENGTH_CHECK", "NUM_CHECK")); 
     
    386386         * 
    387387         * $arrShipmentForm['(key)'][$shipping_index][$item_index] = 値 
    388          * $arrProductQuantity[$shipping_index] = 配送先ごとの配送商品数 
     388         * $arrProductQuantity[$shipping_index] = 配送先ごとの配送商品数 
    389389         */ 
    390390        $arrShipmentForm = array(); 
     
    401401                $item_index++; 
    402402            } 
    403             // 配送先ごとの配送商品数を設定 
     403            // 配送先ごとの配送商品数を設定 
    404404            $arrProductQuantity[$shipping_index] = count($arrShipmentItem[$shipping_id]); 
    405405        } 
     
    452452         * 
    453453         * $arrShipmentItem['shipment_(key)'][$shipping_index][$item_index] = 値 
    454          * $arrProductQuantity[$shipping_index] = 配送先ごとの配送商品数 
     454         * $arrProductQuantity[$shipping_index] = 配送先ごとの配送商品数 
    455455         */ 
    456456        $arrProductQuantity = array(); 
Note: See TracChangeset for help on using the changeset viewer.