Rewritten sales shipping cost taxation, improved shipping cost handling in sales...
[fa-stable.git] / reporting / rep209.php
index 7e990baea1496f5f9086cc8bda6ad188ee93a7b5..ae76e245633c0c4a9d38c58686fda6a48acb2fd4 100644 (file)
@@ -167,8 +167,7 @@ function print_po()
                $rep->TextCol(6, 7,     $DisplaySubTot, -2);
                $rep->NewLine();
 
-               $tax_items = get_tax_for_items(ST_PURCHORDER, $items, $prices, 0,
-                 $myrow['tax_group_id'], $myrow['tax_included'], TCA_LINES);
+               $tax_items = get_tax_for_items(ST_PURCHORDER, $items, $prices, $myrow['tax_group_id'], $myrow['tax_included'], TCA_LINES);
                $first = true;
                foreach($tax_items as $tax_item)
                {