6 May
2014
6 May
'14
8:46 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8375 --- Comment #86 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Bernardo Gonzalez Kriegel from comment #84)
Problem is that current code appends an 'O' to selected font for title C4/Labels/Label.pm:400: ($field->{'code'} eq 'title') ? (($font =~ /T/) ? ($font = 'TI') : ($font = ($font . 'O'))) : ($font = $font);
If you select HBO as main font, then it would search for HBOO for title
Bernardo, what meant this comment? Is there a bug somewhere? I get the error on master now (with the patches). -- You are receiving this mail because: You are watching all bug changes.