New tax system - sales side
[fa-stable.git] / reporting / rep109.php
index e96af1d4c4022f2202e06d3bda2ccb28df1e1b0f..06aecf085289e1d0294af0d06d379eb4ff9d91d1 100644 (file)
@@ -169,7 +169,7 @@ function print_sales_orders()
                }
 
                $tax_items = get_tax_for_items(ST_SALESINVOICE, $items, $prices, $myrow["freight_cost"],
-                 $myrow['tax_group_id'], $myrow['tax_included'],  null);
+                 $myrow['tax_group_id'], $myrow['tax_included']);
                $first = true;
                foreach($tax_items as $tax_item)
                {