Changeset 21224


Ignore:
Timestamp:
2011/08/30 18:31:24 (13 years ago)
Author:
Ringo
Message:

#1470 (受注登録の"複数のお届け先を指定する"を押すと数量がきえる)

File:
1 edited

Legend:

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

    r21222 r21224  
    461461        // 受注商品の数量を変更 
    462462        $arrDest = array(); 
     463        foreach ($objFormParam->getValue('product_class_id') as $n => $order_product_class_id) { 
     464            $arrDest['quantity'][$n] = 0; 
     465        } 
    463466        foreach ($arrQuantity as $product_class_id => $quantity) { 
    464467            foreach ($objFormParam->getValue('product_class_id') as $n => $order_product_class_id) { 
Note: See TracChangeset for help on using the changeset viewer.