Ignore:
Timestamp:
2012/02/22 16:00:33 (12 years ago)
Author:
Seasoft
Message:

#1661 (共通ロジックを利用する)

  • SC_Helper_DB#sfCalcIncTax (メソッドの変更は既に完了しているため、引数の省略のみ)
Location:
branches/version-2_12-dev/data/Smarty/templates/default/shopping
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/default/shopping/confirm.tpl

    r21539 r21545  
    109109                    </td> 
    110110                    <td class="alignR"> 
    111                         <!--{$item.price|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円 
     111                        <!--{$item.price|sfCalcIncTax|number_format}-->円 
    112112                    </td> 
    113113                    <td class="alignR"><!--{$item.quantity|number_format}--></td> 
     
    211211                        </td> 
    212212                        <td class="alignR"> 
    213                             <!--{$item.price|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円 
     213                            <!--{$item.price|sfCalcIncTax|number_format}-->円 
    214214                        </td> 
    215215                        <td class="alignC" id="quantity"><!--{$item.quantity}--></td> 
  • branches/version-2_12-dev/data/Smarty/templates/default/shopping/multiple.tpl

    r21539 r21545  
    8181                                <!--{$arrForm.class_name2.value[$index]|h}-->:<!--{$arrForm.classcategory_name2.value[$index]|h}--><br /> 
    8282                            <!--{/if}--> 
    83                             <!--{$arrForm.price.value[$index]|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円 
     83                            <!--{$arrForm.price.value[$index]|sfCalcIncTax|number_format}-->円 
    8484                        </td> 
    8585                        <td> 
Note: See TracChangeset for help on using the changeset viewer.