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/admin/order/disp.tpl

    r22206 r22215  
    141141                <!--{assign var=price value=`$arrForm.price.value[$product_index]`}--> 
    142142                <!--{assign var=quantity value=`$arrForm.quantity.value[$product_index]`}--> 
    143                 <!--{assign var=tax_rate value=`$arrForm.tax_rate.value[$product_index]`}--> 
    144                 <!--{assign var=tax_rule value=`$arrForm.tax_rule.value[$product_index]`}--> 
    145                 <td class="right"><!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|number_format}--> 円(税率<!--{$tax_rate|number_format}-->%)</td> 
    146                 <td class="right"><!--{$price|sfCalcIncTax:$tax_rate:$tax_rule|sfMultiply:$quantity|number_format}-->円</td> 
     143                <td class="right"><!--{$price|sfCalcIncTax|number_format}--> 円</td> 
     144                <td class="right"><!--{$price|sfCalcIncTax|sfMultiply:$quantity|number_format}-->円</td> 
    147145        </tr> 
    148146        <!--{/section}--> 
     
    221219                            <td class="right"> 
    222220                                <!--{assign var=key value="shipment_price"}--> 
    223                                 <!--{$arrShipping[$key][$item_index]|sfCalcIncTax:$arrForm.order_tax_rate.value:$arrForm.order_tax_rule.value|number_format}-->円 
     221                                <!--{$arrShipping[$key][$item_index]|sfCalcIncTax|number_format}-->円 
    224222                            </td> 
    225223                            <td class="right"> 
Note: See TracChangeset for help on using the changeset viewer.