X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep105.php;h=70c8c0d0a203cac7bb1aaf90d28ea15033ef9dfe;hb=a01cbf378c448da44758b9b9898eb1acc970e84a;hp=ad6e6ce4628f9b8d270c949b20613b1c2366f59f;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/reporting/rep105.php b/reporting/rep105.php index ad6e6ce4..70c8c0d0 100644 --- a/reporting/rep105.php +++ b/reporting/rep105.php @@ -132,11 +132,6 @@ function print_order_status_list() while ($myrow=db_fetch($result)) { - if ($rep->row < $rep->bottomMargin + (2 * $rep->lineHeight)) - { - $orderno = 0; - $rep->NewPage(); - } $rep->NewLine(0, 2, false, $orderno); if ($orderno != $myrow['order_no']) { @@ -168,11 +163,6 @@ function print_order_status_list() $rep->Font(); } $rep->NewLine(); - if ($rep->row < $rep->bottomMargin + (2 * $rep->lineHeight)) - { - $orderno = 0; - $rep->NewPage(); - } } $rep->Line($rep->row); $rep->End();