Changeset 20944


Ignore:
Timestamp:
2011/05/19 11:08:53 (13 years ago)
Author:
Seasoft
Message:

#1314 (複数のお届け先を指定すると、受注管理で表示されないケースが存在する)

File:
1 edited

Legend:

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

    r20943 r20944  
    397397            <input type="hidden" name="<!--{$product_quantity}-->[<!--{$shipping_index}-->]" value="<!--{$arrShipping[$product_quantity]|h}-->" /> 
    398398 
    399             <!--{if $arrShipping[$product_quantity] > 0}--> 
     399            <!--{if count($arrShipping.shipment_product_class_id) > 0}--> 
    400400                <table class="list" id="order-edit-products"> 
    401401                    <tr> 
     
    405405                        <th class="qty">数量</th> 
    406406                    </tr> 
    407                     <!--{section name=item loop=$arrShipping[$product_quantity]}--> 
     407                    <!--{section name=item loop=$arrShipping.shipment_product_class_id|@count}--> 
    408408                        <!--{assign var=item_index value="`$smarty.section.item.index`"}--> 
    409409 
Note: See TracChangeset for help on using the changeset viewer.