Ignore:
Timestamp:
2013/09/11 14:39:25 (11 years ago)
Author:
m_uehara
Message:

#2381 消費税表示切替処理追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/admin/products/product_class_confirm.tpl

    r23103 r23215  
    6464                    <th><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(円)</th> 
    6565                    <th><!--{$smarty.const.SALE_PRICE_TITLE}-->(円)</th> 
     66                    <!--{if $smarty.const.OPTION_PRODUCT_TAX_RULE}--> 
    6667                    <th>消費税率(%)</th> 
     68                    <!--{/if}--> 
    6769                    <th>商品種別</th> 
    6870                    <th>ダウンロードファイル名</th> 
     
    9395                            <!--{assign var=key value="price02"}--> 
    9496                            <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 
     97                            <!--{if $smarty.const.OPTION_PRODUCT_TAX_RULE}--> 
    9598                            <!--{assign var=key value="tax_rate"}--> 
    9699                            <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 
     100                            <!--{/if}--> 
    97101                            <!--{assign var=key value="product_type_id"}--> 
    98102                            <td class="right"> 
Note: See TracChangeset for help on using the changeset viewer.