Cleanup comments. Small bugfixes. Final run
[fa-stable.git] / reporting / rep111.php
index 45c5ab999e4be66466387c6dc2a6c6786ade4d60..ecf9fc19f10a62b02ca29e4c6ad238142794ff24 100644 (file)
@@ -128,7 +128,6 @@ function print_sales_quotations()
                                $image = company_path(). "/images/" . item_img_name($myrow2['stk_code']) . ".jpg";
                                if (file_exists($image))
                                {
-                                       //$rep->NewLine();
                                        if ($rep->row - $SysPrefs->pic_height < $rep->bottomMargin)
                                                $rep->NewPage();
                                        $rep->AddImage($image, $rep->cols[1], $rep->row - $SysPrefs->pic_height, 0, $SysPrefs->pic_height);
@@ -136,7 +135,6 @@ function print_sales_quotations()
                                        $rep->NewLine();
                                }
                        }
-                       //$rep->NewLine(1);
                        if ($rep->row < $rep->bottomMargin + (15 * $rep->lineHeight))
                                $rep->NewPage();
                }