Ignore:
Timestamp:
2011/08/20 18:14:54 (13 years ago)
Author:
Ringo
Message:

#1440 (ステータス管理のポップアップで複数のお届け先が正しく表示されない) 修正もれ

File:
1 edited

Legend:

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

    r21201 r21205  
    194194        <!--{assign var=key value="shipping_id"}--> 
    195195        <!--{if $arrForm.shipping_quantity.value > 1}--> 
    196             <!--{assign var=product_quantity value="shipping_product_quantity"}--> 
    197             <!--{if $arrForm[$product_quantity].value[$shipping_index] > 0}--> 
     196 
     197            <!--{if count($arrShipping.shipment_product_class_id) > 0}--> 
    198198                <table class="list" id="order-edit-products"> 
    199199                    <tr> 
     
    299299        </table> 
    300300    <!--{/foreach}--> 
     301    <!--{/if}--> 
    301302    <!--▲お届け先情報ここまで--> 
    302     <!--{/if}--> 
    303          
     303 
    304304        <a name="deliv"></a> 
    305305        <table class="form"> 
Note: See TracChangeset for help on using the changeset viewer.