X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=5afa8b825f5be99aa0791c89253ad4e5263ad54e;hb=d1b959c4b73664327c2e17d5bb3fb515aabfa449;hp=a8fdbc4a6caae71abf175ab090c49b5b6d9d4ac8;hpb=08e465dd87f4929fcd07ba944c4451bc3437f2b3;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index a8fdbc4a..5afa8b82 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -187,6 +187,12 @@ function print_deliveries() $rep->Font('bold'); $rep->TextCol(3, 6, $doc_TOTAL_DELIVERY, - 2); $rep->TextCol(6, 7, $DisplayTotal, -2); + $words = price_in_words($myrow['Total'], ST_CUSTDELIVERY); + if ($words != "") + { + $rep->NewLine(1); + $rep->TextCol(1, 7, $myrow['curr_code'] . ": " . $words, - 2); + } $rep->Font(); } if ($email == 1)