Ignore:
Timestamp:
2013/02/02 19:25:52 (11 years ago)
Author:
undertree
Message:

IssueID #2035 【受注編集画面】商品の追加、削除、変更を行った時も、複数配送の商品の更新がされない

File:
1 edited

Legend:

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

    r22491 r22493  
    4242        var opner_product_class_id = 'add_product_class_id'; 
    4343        var tpl_no = '<!--{$tpl_no}-->'; 
     44        var shipping_id = '<!--{$shipping_id}-->'; 
    4445 
    4546        if (tpl_no != '') { 
     
    4748            opner_product_class_id = 'edit_product_class_id'; 
    4849            fm1.getElementById("no").value = escape('<!--{$tpl_no}-->'); 
     50        } 
     51        if (shipping_id != '') { 
     52            fm1.getElementById("select_shipping_id").value = escape('<!--{$shipping_id}-->'); 
    4953        } 
    5054        if (document.getElementById(class1).type == 'select-one' && class1_id == '__unselected') { 
     
    136140<input name="anchor_key" type="hidden" value="" /> 
    137141<input name="search_pageno" type="hidden" value="" /> 
     142<input name="shipping_id" type="hidden" value="<!--{$shipping_id}-->" /> 
    138143<input name="no" type="hidden" value="<!--{$tpl_no|h}-->" /> 
    139144<table class="form"> 
Note: See TracChangeset for help on using the changeset viewer.