]> 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 03:27:57 +0000 (22:27 -0500)
commit710feb51f427975c00f9d3cc06641110615767f1
treebffa6ef61c7757137ca69393b003ee1ab1310e7c
parent226120a41b59590e930c571a7e285ecc1350538b
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>
(cherry picked from commit afdc835250aee3b51f58772f08381512d6e65397)

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