Ignore:
Timestamp:
2013/10/24 19:49:16 (10 years ago)
Author:
undertree
Message:

#2437 v2.13.0 受注情報変更画面に使途不明・値未設定項目(shipping_product_quantity)がある。->修正いたしました。

File:
1 edited

Legend:

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

    r23238 r23251  
    492492                <h2>届け先商品情報&nbsp;<a class="btn-normal" href="javascript:;" name="add_product" onclick="eccube.openWindow('<!--{$smarty.const.ROOT_URLPATH}--><!--{$smarty.const.ADMIN_DIR}-->order/product_select.php?order_id=<!--{$arrForm.order_id.value|h}-->&shipping_id=<!--{$shipping_index}-->', 'search', '615', '500', {menubar:'no'}); return false;">商品の追加</a> 
    493493                </h2> 
    494                 <!--{assign var=product_quantity value="shipping_product_quantity"}--> 
    495                 <input type="hidden" name="<!--{$product_quantity}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$product_quantity]|h}-->" /> 
    496494 
    497495                <!--{if count($arrShipping.shipment_product_class_id) > 0}--> 
     
    544542            <!--{else}--> 
    545543                <!-- 配送先が1つでも、shipment_itemを更新するために必要 --> 
    546                 <!--{assign var=product_quantity value="shipping_product_quantity"}--> 
    547                 <input type="hidden" name="<!--{$product_quantity}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$product_quantity]|h}-->" /> 
     544 
    548545                <!--{section name=item loop=$arrShipping.shipment_product_class_id|@count}--> 
    549546                    <!--{assign var=item_index value="`$smarty.section.item.index`"}--> 
Note: See TracChangeset for help on using the changeset viewer.