Changeset 19680 for branches/version-2_5-dev/data/class/util/SC_Utils.php
- Timestamp:
- 2010/11/24 05:30:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/util/SC_Utils.php
r19675 r19680 807 807 * @return integer 税金付与した金額 808 808 */ 809 function sf PreTax($price, $tax, $tax_rule) {809 function sfCalcIncTax($price, $tax, $tax_rule) { 810 810 return $price + SC_Utils_Ex::sfTax($price, $tax, $tax_rule); 811 811 }
Note: See TracChangeset
for help on using the changeset viewer.
