Changeset 9894 for temp/trunk/data/lib/slib.php
- Timestamp:
- 2006/11/30 17:18:40 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r9893 r9894 1058 1058 1059 1059 /* ÀǶâ·×»» */ 1060 function sfTax($price, $tax, $tax_rule , $digit = 1) {1060 function sfTax($price, $tax, $tax_rule) { 1061 1061 $real_tax = $tax / 100; 1062 1062 $ret = $price * $real_tax; … … 1083 1083 1084 1084 /* ÀǶâÉÕÍ¿ */ 1085 function sfPreTax($price, $tax, $tax_rule , $digit = 1) {1085 function sfPreTax($price, $tax, $tax_rule) { 1086 1086 $real_tax = $tax / 100; 1087 1087 $ret = $price * (1 + $real_tax);
Note: See TracChangeset
for help on using the changeset viewer.
