X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep109.php;fp=reporting%2Frep109.php;h=06aecf085289e1d0294af0d06d379eb4ff9d91d1;hb=1c01c6f19f3a1410814abb63e4143d080373aaba;hp=e96af1d4c4022f2202e06d3bda2ccb28df1e1b0f;hpb=eea7d897f2c6b2234d4fca235a5a2d30ac900b45;p=fa-stable.git diff --git a/reporting/rep109.php b/reporting/rep109.php index e96af1d4..06aecf08 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -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) {