[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
Wed Jun 12 11:46:53 CEST 2013


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15357|0                           |1
        is obsolete|                            |

--- Comment #13 from Chris Cormack <chris at bigballofwax.co.nz> ---
Created attachment 18867
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18867&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>
Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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


More information about the Koha-bugs mailing list