@@ -, +, @@ template - Switch system preference OrderPdfFormat to pdfformat::layout2pagesde - Create one or more baskets with some orders each. - Add all baskets to one basket group - Print the basket group - Check the account number from your vendor shows up with the other vendor details --- acqui/pdfformat/layout2pagesde.pm | 2 ++ koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.odt | Bin 12696 -> 12859 bytes koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.pdf | Bin 23158 -> 23822 bytes 3 files changed, 2 insertions(+) --- a/acqui/pdfformat/layout2pagesde.pm +++ a/acqui/pdfformat/layout2pagesde.pm @@ -208,6 +208,8 @@ sub printhead { $text->text($bookseller->{address2}); $text->translate(100/mm, ($height-200)/mm); $text->text($bookseller->{address3}); + $text->translate(100/mm, ($height-205)/mm); + $text->text($bookseller->{accountnumber}); # print delivery infos $text->font( $pdf->corefont("Times-Bold", -encoding => "utf8"), 4/mm );