Changeset 23358


Ignore:
Timestamp:
2014/03/28 12:02:31 (10 years ago)
Author:
kimoto
Message:

#2520 別のお届け先に送られる場合が考慮されていない部分を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/order/edit.tpl

    r23323 r23358  
    9898        var product_index = parseInt(product_index); 
    9999        var input_quantity = $('input[name^="quantity[' + product_index + ']"]').val(); 
    100         $('input[name^="shipment_quantity[0][' + product_index + ']"]').val(input_quantity); 
     100        $('input[name^="shipment_quantity[<!--{$top_shipping_id}-->][' + product_index + ']"]').val(input_quantity); 
    101101    } 
    102102 
Note: See TracChangeset for help on using the changeset viewer.