Changeset 19680 for branches/version-2_5-dev/data/class/pages/admin
- Timestamp:
- 2010/11/24 05:30:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php
r19674 r19680 487 487 for($i = 0; $i < $max; $i++) { 488 488 // 小計の計算 489 $subtotal += SC_Helper_DB_Ex::sf PreTax($arrVal['price'][$i]) * $arrVal['quantity'][$i];489 $subtotal += SC_Helper_DB_Ex::sfCalcIncTax($arrVal['price'][$i]) * $arrVal['quantity'][$i]; 490 490 // 小計の計算 491 491 $totaltax += SC_Helper_DB_Ex::sfTax($arrVal['price'][$i]) * $arrVal['quantity'][$i];
Note: See TracChangeset
for help on using the changeset viewer.
