Ignore:
Timestamp:
2013/05/31 19:02:47 (13 years ago)
Author:
nanasess
Message:

#150 (ユニットテスト環境の整備)

  • 主に税率対応の仕様変更により通らなくなっていたテストを修正

#2193 税率チームのコミットをマージ

  • SC_Helper_Purchaseの 対応漏れ?を修正
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_Purchase.php

    r22783 r22845  
    372372        } 
    373373        $arrItems['price'] = $arrItems['productsClass']['price02']; 
    374         $inctax = SC_Helper_DB_Ex::sfCalcIncTax($arrItems['price']); 
     374        $inctax = SC_Helper_TaxRule_Ex::sfCalcIncTax($arrItems['price'], $arrItems['productsClass']['product_id'], 
     375                                                     $arrItems['productsClass']['product_class_id']); 
    375376        $arrItems['total_inctax'] = $inctax * $arrItems['quantity']; 
    376377    } 
Note: See TracChangeset for help on using the changeset viewer.