X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=49abe399598a2dcec1b815d73946591fff6b7363;hb=f086902be249cff3848f86b2601f138857c5d016;hp=1add3c45e430e666943ba8b0b2604bca94c47312;hpb=e1c22a904052bae141ace1ebdaaf2b81d9111139;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index 1add3c45..49abe399 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -147,7 +147,7 @@ function print_deliveries() $rep->TextCol(3, 6, $doc_Shipping, -2); $rep->TextCol(6, 7, $DisplayFreight, -2); $rep->NewLine(); - $tax_items = get_customer_trans_tax_details(13, $i); + $tax_items = get_trans_tax_details(13, $i); while ($tax_item = db_fetch($tax_items)) { $DisplayTax = number_format2($tax_item['amount'], $dec);