X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=reporting%2Frep109.php;h=2c3bb116e54e4c3ad0c8fc9c1d0b694e17dc1608;hb=f2059a43d9e6098722f28cb623d863cdf9748f75;hp=a6a4a434e9b08f12952221aceea5dee802532017;hpb=6b7017a02509dd2fc816c661d4271e7d404c17fd;p=fa-stable.git diff --git a/reporting/rep109.php b/reporting/rep109.php index a6a4a434..2c3bb116 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -158,7 +158,7 @@ function print_sales_orders() else $rep->TextCol(3, 6, $doc_TOTAL_ORDER2, - 2); $rep->TextCol(6, 7, $DisplayTotal, -2); - $words = price_in_words($myrow['Total'], ST_SALESORDER); + $words = price_in_words($myrow["freight_cost"] + $SubTotal, ST_SALESORDER); if ($words != "") { $rep->NewLine(1);