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

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

Return to bug 7267