Ignore:
Timestamp:
2013/01/08 21:31:00 (11 years ago)
Author:
h_yoshimoto
Message:

#1730 税率変更対応の差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/mobile/mypage/history.tpl

    r22206 r22215  
    6868        <!--{assign var=price value=`$orderDetail.price`}--> 
    6969        <!--{assign var=quantity value=`$orderDetail.quantity`}--> 
    70         <!--{assign var=tax_rate value=`$orderDetail.tax_rate`}--> 
    71         <!--{assign var=tax_rule value=`$orderDetail.tax_rule`}--> 
    72         <!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|number_format|h}-->円<br> 
     70        <!--{$price|sfCalcIncTax|number_format|h}-->円<br> 
    7371        数量:<!--{$quantity|h}--><br> 
    74         小計:<!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|sfMultiply:$quantity|number_format}-->円<br> 
     72        小計:<!--{$price|sfCalcIncTax|sfMultiply:$quantity|number_format}-->円<br> 
    7573    <!--{/foreach}--> 
    7674    <hr> 
     
    111109                    <!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br> 
    112110                <!--{/if}--> 
    113                 単価:<!--{$item.price|sfCalcIncTax:$tpl_arrOrderData.order_tax_rate:$tpl_arrOrderData.order_tax_rule|number_format}-->円<br> 
     111                単価:<!--{$item.price|sfCalcIncTax|number_format}-->円<br> 
    114112                数量:<!--{$item.quantity}--><br> 
    115113                <br> 
Note: See TracChangeset for help on using the changeset viewer.