]> git.koha-community.org Git - koha.git/commit
Bug 17435: Gives ability to display stocknumber in search results
authorkohamaster <preprod@kohaVM>
Wed, 12 Oct 2016 14:17:04 +0000 (16:17 +0200)
committerFrédéric Demians <f.demians@tamil.fr>
Wed, 2 Nov 2016 18:29:29 +0000 (18:29 +0000)
commit10fe2d58dd2e861c68e732b88c082429e321fc23
tree41c3b926785a1af322146b00e9b371ae01303639
parentfa7eba3a3196c74345461934e7b5acca41be9802
Bug 17435: Gives ability to display stocknumber in search results

Adds stocknumber to data provided for xslt transformation

Test plan :
1) go to Administration module, MARC default frameworks and add, if not already done, a stocknumber subfield (a priori under the 995 tag). It will be linked to items.stocknumber in the koha.link zone of Advanced constraints section.
2) edit an item in staff interface and add a number in the stocknumber field.
3) Edit the xslt opac Results file that you are using and customize it. For a basic test, you can just replace "itemcallnumber" occurrences by "stocknumber".
4) make a search in a way to get several results including the title from which you modified an item.
5) You will see the added stocknumber displayed (between square brackets in the default xslt).

Same can be done through staff interface and staff xslt files.

Olivier Crouzet

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit f74e467550c4d6f6e8e9becdc61b7df572de5f09)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/XSLT.pm