X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep109.php;h=a6a4a434e9b08f12952221aceea5dee802532017;hb=a3c366442e07bfa82a326df8fea3d9d4b35a3dd8;hp=5b049c111ce799fd0a4be400fe0b6a03ab392320;hpb=08e465dd87f4929fcd07ba944c4451bc3437f2b3;p=fa-stable.git diff --git a/reporting/rep109.php b/reporting/rep109.php index 5b049c11..a6a4a434 100644 --- a/reporting/rep109.php +++ b/reporting/rep109.php @@ -158,6 +158,12 @@ 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); + if ($words != "") + { + $rep->NewLine(1); + $rep->TextCol(1, 7, $myrow['curr_code'] . ": " . $words, - 2); + } $rep->Font(); if ($email == 1) {