X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep704.php;h=08391fbd07b51c491c9d0b1495c0340cf50f5c77;hb=076aabe0c83753d9384e53d071b34ee51b8c43b8;hp=3926defa4522ddced2d8d585033b79ac5dcec8b6;hpb=1067782b7b0f04927924b0e4c7ab439f9870b938;p=fa-stable.git diff --git a/reporting/rep704.php b/reporting/rep704.php index 3926defa..08391fbd 100644 --- a/reporting/rep704.php +++ b/reporting/rep704.php @@ -111,7 +111,7 @@ function print_GL_transactions() $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); - $rep->Header(); + $rep->NewPage(); $accounts = get_gl_accounts($fromacc, $toacc); @@ -176,7 +176,7 @@ function print_GL_transactions() if ($rep->row < $rep->bottomMargin + $rep->lineHeight) { $rep->Line($rep->row - 2); - $rep->Header(); + $rep->NewPage(); } } $rep->NewLine();