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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/SC_CartSession.php

    r23126 r23157  
    171171            $incTax = SC_Helper_TaxRule_Ex::sfCalcIncTax($price, 
    172172                $this->cartSession[$productTypeId][$i]['productsClass']['product_id'], 
    173                 $this->cartSession[$productTypeId][$i]['id'][0], 
     173                $this->cartSession[$productTypeId][$i]['productsClass']['product_class_id'], 
    174174                $pref_id, $country_id); 
    175175 
     
    191191            $tax = SC_Helper_TaxRule_Ex::sfTax($price, 
    192192                $this->cartSession[$productTypeId][$i]['productsClass']['product_id'], 
    193                 $this->cartSession[$productTypeId][$i]['id'][0], 
     193                $this->cartSession[$productTypeId][$i]['productsClass']['product_class_id'], 
    194194                $pref_id, $country_id); 
    195195 
     
    416416                $arrTaxRule = SC_Helper_TaxRule_Ex::getTaxRule( 
    417417                                    $this->cartSession[$productTypeId][$i]['productsClass']['product_id'], 
    418                                     $this->cartSession[$productTypeId][$i]['id'][0], 
     418                                    $this->cartSession[$productTypeId][$i]['productsClass']['product_class_id'], 
    419419                                    $pref_id, 
    420420                                    $country_id); 
Note: See TracChangeset for help on using the changeset viewer.