Koha/C4/Labels
Galen Charlton edb8bddff0 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>
2013-06-12 07:44:10 -07:00
..
Batch.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00
Label.pm bug 9370: improve splitting of LC call numbers for labels 2013-06-12 07:44:10 -07:00
Layout.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00
Profile.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00
Template.pm Bug 7941 : Fix version numbers in modules 2012-06-11 17:29:38 +02:00