Added document Receipt and small rearrangements and bugfixes
[fa-stable.git] / reporting / rep109.php
index 5b049c111ce799fd0a4be400fe0b6a03ab392320..a6a4a434e9b08f12952221aceea5dee802532017 100644 (file)
@@ -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)
                {