Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / reporting / rep111.php
index 2662fca59d1221403d0a4cdff2785a063b24c8ac..be0c48c0c55a4007b23c22f4a0874918ac7926ba 100644 (file)
@@ -118,7 +118,7 @@ function print_sales_quotations()
                                $rep->TextCol(4, 5,     $DisplayPrice, -2);
                                $rep->TextCol(5, 6,     $DisplayDiscount, -2);
                                $rep->TextCol(6, 7,     $DisplayNet, -2);
-                       }       
+                       }
                        $rep->row = $newrow;
                        //$rep->NewLine(1);
                        if ($rep->row < $rep->bottomMargin + (15 * $rep->lineHeight))
@@ -132,7 +132,6 @@ function print_sales_quotations()
                $DisplaySubTot = number_format2($SubTotal,$dec);
                $DisplayFreight = number_format2($myrow["freight_cost"],$dec);
 
-               $rep->row = $rep->bottomMargin + (15 * $rep->lineHeight);
                $doctype = ST_SALESQUOTE;
 
                $rep->TextCol(3, 6, _("Sub-total"), -2);