[Koha-bugs] [Bug 9370] use Library::CallNumber::LC when splitting LC call numbers for spine labels

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 15 13:40:33 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9370

--- Comment #7 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 15357
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15357&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 at esilibrary.com>
Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list