Ignore:
Timestamp:
2013/08/29 17:11:06 (11 years ago)
Author:
m_uehara
Message:

#2323
・税金設定の適用日の日付チェックを修正
・受注編集の税率に数値チェックを追加
・カートの税率取得処理を修正
・税規約IDのエラーメッセージ表示

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/Smarty/templates/mobile/cart/index.tpl

    r22766 r23157  
    5757                    <!--{* 規格名2 *}--><!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2|h}-->:<!--{$item.productsClass.classcategory_name2|h}--><br><!--{/if}--> 
    5858                    <!--{* 販売価格 *}--> 
    59                     <!--{$item.price|sfCalcIncTax|number_format}-->円 
     59                    <!--{$item.price_inctax|number_format}-->円 
    6060                    × <!--{$item.quantity}--><br> 
    6161                    <br> 
Note: See TracChangeset for help on using the changeset viewer.