Changeset 22484 for branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getListByProductIdsTest.php
- Timestamp:
- 2013/01/30 20:14:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getListByProductIdsTest.php
r22192 r22484 64 64 ,'del_flg' => '0' 65 65 ,'update_date' => $arrRet[0] 66 ,'price01_min_inctax' => SC_Helper_DB ::sfCalcIncTax('1500')67 ,'price01_max_inctax' => SC_Helper_DB ::sfCalcIncTax('1500')68 ,'price02_min_inctax' => SC_Helper_DB ::sfCalcIncTax('1500')69 ,'price02_max_inctax' => SC_Helper_DB ::sfCalcIncTax('1500')66 ,'price01_min_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 67 ,'price01_max_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 68 ,'price02_min_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 69 ,'price02_max_inctax' => SC_Helper_DB_Ex::sfCalcIncTax('1500') 70 70 ) 71 71 );
Note: See TracChangeset
for help on using the changeset viewer.