18 Jul
2026
18 Jul
'26
2:16 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41718 --- Comment #2 from Chris Nighswonger <chris.nighswonger@veritassuperaitsolutions.com> --- (In reply to Chris Nighswonger from comment #0) Correction:
my $strtop_len = $pdf->StrWidth($strtop, 'Courier', $font_size) * 1.5;
should read: my $strtop_len = $pdf->StrWidth( $strtop, 'C', $font_size ) * 1.5; -- You are receiving this mail because: You are watching all bug changes.