This commit is contained in:
Barry Kooij 2014-11-29 12:35:36 +01:00
parent 0ccf153227
commit 23b38f9490
1 changed files with 1 additions and 1 deletions

View File

@ -1202,7 +1202,7 @@ class WC_Cart {
// Now we have a new item price (excluding TAX)
$line_subtotal = round( $line_price - array_sum( $taxes ), WC_ROUNDING_PRECISION );
// Now add modifed taxes
// Now add modified taxes
$taxes = $this->tax->calc_tax( $line_subtotal, $item_tax_rates );
$line_subtotal_tax = array_sum( $taxes );