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