Rerun. Reports checked for warnings.
[fa-stable.git] / reporting / rep111.php
index a8440dfd9b7e1c6c9a4be834a3d06180164481dc..5db2f9d06dd40f8ce9281e46d4c1eea7228f35fa 100644 (file)
@@ -142,7 +142,7 @@ function print_sales_quotations()
                else    
                        $rep->TextCol(3, 6, $doc_TOTAL_ORDER2, - 2);
                $rep->TextCol(6, 7,     $DisplayTotal, -2);
-               $words = price_in_words($myrow['Total'], ST_SALESQUOTE);
+               $words = price_in_words($myrow["freight_cost"] + $SubTotal, ST_SALESQUOTE);
                if ($words != "")
                {
                        $rep->NewLine(1);