]> git.koha-community.org Git - koha.git/commit
bug_7458: A call number plugin
authorSrdjan Jankovic <srdjan@catalyst.net.nz>
Wed, 8 Feb 2012 02:12:05 +0000 (15:12 +1300)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 20 Feb 2012 02:00:37 +0000 (21:00 -0500)
commitafdc835250aee3b51f58772f08381512d6e65397
tree5e6f33b33a2ee9cee9f9379dd39da4991730b789
parent659f84e582d05611ae92d80db9095be6ee5ba49a
bug_7458: A call number plugin

Signed-off-by: Melia Meggs <melia@test.bywatersolutions.com>
A library using an inhouse callnumbering system wants to be able to generate the next available call number not already in use.  This custom call number plugin returns the next callnumber not already in use once a correct prefix has been entered.  The prefixes are four to six letters, space, then one or two numbers.
(cherry picked from commit ecc1e94f35491ba392aa3bfd17118c55fa14e55b)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
cataloguing/value_builder/callnumber-KU.pl [new file with mode: 0755]