X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep107.php;h=54aefe044b6a0eae4b6078fa2da5fd17be5113bb;hb=a3c366442e07bfa82a326df8fea3d9d4b35a3dd8;hp=5d181090fe02a27242deaa06525bb61a51d1b79a;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/reporting/rep107.php b/reporting/rep107.php index 5d181090..54aefe04 100644 --- a/reporting/rep107.php +++ b/reporting/rep107.php @@ -192,6 +192,12 @@ function print_invoices() $rep->Font('bold'); $rep->TextCol(3, 6, $doc_TOTAL_INVOICE, - 2); $rep->TextCol(6, 7, $DisplayTotal, -2); + $words = price_in_words($myrow['Total'], $j); + if ($words != "") + { + $rep->NewLine(1); + $rep->TextCol(1, 7, $myrow['curr_code'] . ": " . $words, - 2); + } $rep->Font(); if ($email == 1) {