X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep109.php;h=2c3bb116e54e4c3ad0c8fc9c1d0b694e17dc1608;hb=19fe8a7287ffb45dc5ac4df68d49de3f9ec45ac3;hp=a6a4a434e9b08f12952221aceea5dee802532017;hpb=a3c366442e07bfa82a326df8fea3d9d4b35a3dd8;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);