New tax system - sales side
[fa-stable.git] / reporting / rep209.php
index 8b4decbdba3f7528f30f3b1ed6fad285ef1d109b..7e990baea1496f5f9086cc8bda6ad188ee93a7b5 100644 (file)
@@ -168,7 +168,7 @@ function print_po()
                $rep->NewLine();
 
                $tax_items = get_tax_for_items(ST_PURCHORDER, $items, $prices, 0,
-                 $myrow['tax_group_id'], $myrow['tax_included'],  null, TCA_LINES);
+                 $myrow['tax_group_id'], $myrow['tax_included'], TCA_LINES);
                $first = true;
                foreach($tax_items as $tax_item)
                {