Option to hide Manufacturing and Fixed Assets tabs in reorganized company settings...
[fa-stable.git] / reporting / rep109.php
index 52df0b7cece00410dcc636afc82efec888859968..53df06f61a8b42d9a89a16c016124bd3bdaec212 100644 (file)
@@ -53,7 +53,7 @@ function print_sales_orders()
        // $headers in doctext.inc
        $aligns = array('left', 'left', 'right', 'left', 'right', 'right', 'right');
 
-       $params = array('comments' => $comments);
+       $params = array('comments' => $comments, 'print_quote' => $print_as_quote);
 
        $cur = get_company_Pref('curr_default');
 
@@ -138,7 +138,6 @@ function print_sales_orders()
                                $rep->TextCol(6, 7,     $DisplayNet, -2);
                        }
                        $rep->row = $newrow;
-                       //$rep->NewLine(1);
                        if ($rep->row < $rep->bottomMargin + (15 * $rep->lineHeight))
                                $rep->NewPage();
                }