http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8375
--- Comment #86 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
