[Koha-bugs] [Bug 17435] New: Gives ability to display stocknumber in the search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 12 16:28:48 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17435

            Bug ID: 17435
           Summary: Gives ability to display stocknumber in the search
                    results
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: koha at univ-lyon3.fr
        QA Contact: testopia at bugs.koha-community.org

Some library may have desire to display stocknumber directly in the search
results as it's already done by default for itemcallnumber.
This patch added stocknumber to data provided for xslt transformation.
Then, it becomes possible to show it on the catalog (opac or staff) and the way
to realize this (or not) may be customized through xslt results file according
to library needs.

As the xslt files must be modified, the test implies access to these files. 

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

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list