https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42943 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- About 12 years ago, I wrote a local customisation to wrap the call number fields (ie itemcallnumber 050a 050b 082a 952o 995k) in the same way that Koha wraps the non-call number fields (ie using Text::Wrap). Koha does employ a number of call number splitting routines like LCC, Generic, RegEx, but... it is possible for these routines to return numbers that are wider than the label. For example: "610.73089915 YAT 2026" As Sarah points out, with the spine labels she's using, that Dewey number overflows the label. While removing a different outdated local customization, I must've accidentally removed this one too - hence Sarah's report. I'm fixing it locally, but I think it would be useful for the rest of the world too, so after I fix it locally, I'm going to submit a patch here too. -- You are receiving this mail because: You are watching all bug changes.