[Koha-bugs] [Bug 21260] New: Show a few more items in Availability line of XSLT search results

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 23 13:00:24 CEST 2018


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

            Bug ID: 21260
           Summary: Show a few more items in Availability line of XSLT
                    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: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

It seems that bug 5079 introduced the one item in lines like:

Availability: Items available for loan: [Call number: XXX](2).

The following would imo be more clear:
Availability: Items available for loan (2): [Call number: XXX, YYY].

The Call number part still being a span which could be hidden with css.

Two changes:
[1] Move the item count before the bracket list and make it bold too.
[2] List a few item call numbers (not all). We could control this with a
preference providing the number listed (now 1 by the chosen condition in the
XSLT sheet).

Essentially, this will be a code simplification. We do not need the generate-id
construction in the current code, etc.

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


More information about the Koha-bugs mailing list