https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25384 --- Comment #9 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- (In reply to David Cook from comment #5)
Yikes... can you tell me more about re-creating that one? I don't really understand from the comments on that bug.
Suppose you select Arial (code A) in a layout, and you set the checkbox for 'Oblique title', then C4/Labels/Label.pm will try to find an 'oblique' variant for your selected font by adding an 'O' or 'I' to the code, eg. Times Roman (code T) -> Times Roman Italic (code TI) Arial (code A) -> Arial oblique (code AO) Last code is undefined and you will find a warn in intranet logs, that's all, but the export will work Signed. -- You are receiving this mail because: You are watching all bug changes.