0000710: Shipping tax on all tax groups. And marking with tax type(s) it shall have.
[fa-stable.git] / sales / includes / cart_class.inc
index 286f9f373dcd89642d3f9f8ffe2e1eb8849177a1..46f8d5009436fa31661a8b86d8b42655aed4b96b 100644 (file)
@@ -492,7 +492,7 @@ class cart
        function get_shipping_tax()
        {
 
-               $tax_items = get_shipping_tax_as_array();
+               $tax_items = get_shipping_tax_as_array($this->tax_group_id);
                $tax_rate = 0;
                if ($tax_items != null) {
                        foreach ($tax_items as $item_tax) {