Browse Source

Bug 7267: Add account number to German PDF template

To test:
- 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

Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
3.16.x
Katrin Fischer 10 years ago
committed by Galen Charlton
parent
commit
ae030272a4
  1. 2
      acqui/pdfformat/layout2pagesde.pm
  2. BIN
      koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.odt
  3. BIN
      koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.pdf

2
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 );

BIN
koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.odt

Binary file not shown.

BIN
koha-tmpl/intranet-tmpl/prog/pdf/layout2pagesde.pdf

Binary file not shown.
Loading…
Cancel
Save