Changeset 23513 for branches/version-2_13-dev/data/class/SC_Product.php
- Timestamp:
- 2014/06/03 15:58:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_Product.php
r23503 r23513 403 403 404 404 // 税込計算 405 if (!SC_Utils_Ex::isBlank($arrProduct['price01'])) {405 if (!SC_Utils_Ex::isBlank($arrProduct['price01'])) { 406 406 $arrProduct['price01_inctax'] = SC_Helper_TaxRule_Ex::sfCalcIncTax($arrProduct['price01'], $arrProduct['product_id'], $productClassId); 407 407 } 408 if (!SC_Utils_Ex::isBlank($arrProduct['price02'])) {408 if (!SC_Utils_Ex::isBlank($arrProduct['price02'])) { 409 409 $arrProduct['price02_inctax'] = SC_Helper_TaxRule_Ex::sfCalcIncTax($arrProduct['price02'], $arrProduct['product_id'], $productClassId); 410 410 }
Note: See TracChangeset
for help on using the changeset viewer.
