http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9370 --- Comment #3 from Galen Charlton <gmcharlt@gmail.com> --- Created attachment 14483 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14483&action=edit bug 9370: improve splitting of LC call numbers for labels Use the Perl module Library::CallNumber::LC to parse and split LC call numbers when generating spine labels. For example, QH541.15.C6 C25 2012 should be split as follows: QH 541.15 .C6 C25 2012 To test, create an item with call number QH541.15.C6 C25 2012 and classification source LC, then create a spine label for that item using a layout of type 'biblio' that has the split call numbers option enabled. The call number should be split as indicated above. Signed-off-by: Galen Charlton <gmc@esilibrary.com> -- You are receiving this mail because: You are watching all bug changes.