Bug 5356: Followup Change font in the layout3pages pdf origin/new/bug_5356
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 16 Oct 2012 07:31:08 +0000 (09:31 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 17 Oct 2012 15:43:11 +0000 (17:43 +0200)
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
acqui/pdfformat/layout3pages.pm

index 0f1f14a..1c5a68c 100644 (file)
@@ -93,6 +93,7 @@ sub printorders {
         $text->translate(20/mm,  ($height-15)/mm);
         $text->text("Order N°".$basketgroup->{'id'}.". Basket N° ".$basket->{basketno}.". ".$basket->{booksellernote});
         $text->translate(20/mm,  ($height-20)/mm);
+        $text->font( $pdf->corefont("Times", -encoding => "utf8"), 4/mm );
         $text->text( ( $basket->{billingplace} ? "Billing at " . C4::Branch::GetBranchName( $basket->{billingplace} ) : "" )
             . ( $basket->{billingplace} and $basket->{deliveryplace} ? " and " : "" )
             . ( $basket->{deliveryplace} ? "delivery at " . C4::Branch::GetBranchName( $basket->{deliveryplace}) : "" )