X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep111.php;h=5db2f9d06dd40f8ce9281e46d4c1eea7228f35fa;hb=d1b959c4b73664327c2e17d5bb3fb515aabfa449;hp=a8440dfd9b7e1c6c9a4be834a3d06180164481dc;hpb=a3c366442e07bfa82a326df8fea3d9d4b35a3dd8;p=fa-stable.git diff --git a/reporting/rep111.php b/reporting/rep111.php index a8440dfd..5db2f9d0 100644 --- a/reporting/rep111.php +++ b/reporting/rep111.php @@ -142,7 +142,7 @@ function print_sales_quotations() else $rep->TextCol(3, 6, $doc_TOTAL_ORDER2, - 2); $rep->TextCol(6, 7, $DisplayTotal, -2); - $words = price_in_words($myrow['Total'], ST_SALESQUOTE); + $words = price_in_words($myrow["freight_cost"] + $SubTotal, ST_SALESQUOTE); if ($words != "") { $rep->NewLine(1);