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

(-)a/acqui/pdfformat/layout2pagesde.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 );

Return to bug 7267