Ignore:
Timestamp:
2013/03/09 17:06:30 (11 years ago)
Author:
maeken
Message:

商品登録画面の消費税率入力対応

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tax/data/Smarty/templates/admin/products/product_class_confirm.tpl

    r22206 r22631  
    6464                <th><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(円)</th> 
    6565                <th><!--{$smarty.const.SALE_PRICE_TITLE}-->(円)</th> 
     66                <th>消費税率(%)</th> 
    6667                <th>商品種別</th> 
    6768                <th>ダウンロードファイル名</th> 
     
    9192                        <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 
    9293                        <!--{assign var=key value="price02"}--> 
     94                        <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 
     95                        <!--{assign var=key value="tax_rate"}--> 
    9396                        <td class="right"><!--{$arrForm[$key].value[$index]|h}--></td> 
    9497                        <!--{assign var=key value="product_type_id"}--> 
Note: See TracChangeset for help on using the changeset viewer.