- Timestamp:
- 2010/11/24 05:30:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl
r19659 r19680 77 77 <td class="pricetd"><!--{$price|escape|number_format}-->円</td> 78 78 <td><!--{$quantity|escape}--></td> 79 <td class="pricetd"><!--{$price|sf PreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|sfMultiply:$quantity|number_format}-->円</td>79 <td class="pricetd"><!--{$price|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|sfMultiply:$quantity|number_format}-->円</td> 80 80 </tr> 81 81 <!--{/foreach}-->
Note: See TracChangeset
for help on using the changeset viewer.