New tax system implementation.
[fa-stable.git] / reporting / rep209.php
index 452fddfe49884375101c6c925c9b74e0fe042951..8b4decbdba3f7528f30f3b1ed6fad285ef1d109b 100644 (file)
@@ -167,7 +167,7 @@ function print_po()
                $rep->TextCol(6, 7,     $DisplaySubTot, -2);
                $rep->NewLine();
 
-               $tax_items = get_tax_for_items($items, $prices, 0,
+               $tax_items = get_tax_for_items(ST_PURCHORDER, $items, $prices, 0,
                  $myrow['tax_group_id'], $myrow['tax_included'],  null, TCA_LINES);
                $first = true;
                foreach($tax_items as $tax_item)
@@ -188,7 +188,7 @@ function print_po()
                                        if ($first)
                                        {
                                                $rep->TextCol(3, 6, _("Total Tax Excluded"), -2);
-                                               $rep->TextCol(6, 7,     number_format2($sign*$tax_item['net_amount'], $dec), -2);
+                                               $rep->TextCol(6, 7,     number_format2($tax_item['net_amount'], $dec), -2);
                                                $rep->NewLine();
                                        }
                                        $rep->TextCol(3, 6, $tax_type_name, -2);