@@ -, +, @@ when it covers multiple pages - The page number at the bottom of the first page is not obscured - The table of ordered items does not start half way down the second page - The page numbers at the bottom of the first page are not obscured by - That the order table starts near the top of the second page, and not --- Koha/pdfformat/layout1page.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/Koha/pdfformat/layout1page.pm +++ a/Koha/pdfformat/layout1page.pm @@ -103,8 +103,8 @@ sub printorders { x => 10/mm, w => ($width - 20)/mm, start_y => 170/mm, - next_y => 170/mm, - start_h => 260/mm, + next_y => 280/mm, + start_h => 150/mm, next_h => 260/mm, padding => 5, padding_right => 5, --