]> git.koha-community.org Git - koha.git/commit
bug 9370: improve splitting of LC call numbers for labels
authorGalen Charlton <gmc@esilibrary.com>
Wed, 9 Jan 2013 01:32:47 +0000 (17:32 -0800)
committerChris Hall <followingthepath@gmail.com>
Wed, 17 Jul 2013 08:14:34 +0000 (20:14 +1200)
commit96418566a2be6f4396b1a28fcdfa017a7cadabe7
tree9b73c7bacd849c1ec061f3186e3d6fa493076528
parent247a4c5ade84a52f5e87707e690adab0a014186a
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit edb8bddff074769a95744b6a7fa59eff61e0cfc1)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 10f5822daabf34ede50b2b35b5e02324482af9ac)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit 10f5822daabf34ede50b2b35b5e02324482af9ac)
Signed-off-by: Chris Hall <followingthepath@gmail.com>
(cherry picked from commit 56ea58ecda26f6ca4e4e8e437296b2aa2a2419d0)
C4/Labels/Label.pm