X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep111.php;h=ecf9fc19f10a62b02ca29e4c6ad238142794ff24;hb=a9d55e1c13cbd6a6305b9322ec8621a06516f9f3;hp=45c5ab999e4be66466387c6dc2a6c6786ade4d60;hpb=95fd152649f9383cee8680762daf3430e8250bd6;p=fa-stable.git diff --git a/reporting/rep111.php b/reporting/rep111.php index 45c5ab99..ecf9fc19 100644 --- a/reporting/rep111.php +++ b/reporting/rep111.php @@ -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(); }