View | Details | Raw Unified | Return to bug 7267
Collapse All | Expand All

(-)a/acqui/pdfformat/layout3pagesfr.pm (+2 lines)
Lines 380-385 sub printhead { Link Here
380
    $text->text($bookseller->{address2});
380
    $text->text($bookseller->{address2});
381
    $text->translate(100/mm,  ($height-200)/mm);
381
    $text->translate(100/mm,  ($height-200)/mm);
382
    $text->text($bookseller->{address3});
382
    $text->text($bookseller->{address3});
383
    $text->translate(100/mm, ($height-205)/mm);
384
    $text->text($bookseller->{accountnumber});
383
385
384
    # print delivery infos
386
    # print delivery infos
385
    $text->font( $pdf->corefont("Times-Bold", -encoding => "utf8"), 4/mm );
387
    $text->font( $pdf->corefont("Times-Bold", -encoding => "utf8"), 4/mm );

Return to bug 7267