[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.01-14-g0aa981c913

Git repo owner gitmaster at git.koha-community.org
Fri Jul 10 18:28:49 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 20.05.x has been updated
       via  0aa981c91319450b4c4c8641845c2098f3f73d0b (commit)
      from  e5baeac0fdbc5fc83256effeff304e736c7dc154 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0aa981c91319450b4c4c8641845c2098f3f73d0b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jun 16 19:48:48 2020 +0000

    Bug 24352: Correct location and collection labels in OPAC search results
    
    This patch modifies the OPAC's MARC21 search results XSLT so that
    OPAC search result information is correctly labeled
    based on the OpacItemLocation preference.
    
    Previously, search results showed the label "Location(s)" whether the
    setting was "collection code" or "location."
    
    To test, apply the patch and set the OPACXSLTResultsDisplay system
    preference to 'default.'
    
    On the OPAC search results page, each result with items should show
    information in this format:
    
       With the OpacItemLocation preference set to 'call number only,'
        - "Availability: Items available for loan: {library} [Call number:
          {call number} ]
    
       With the OpacItemLocation preference set to 'collection code,'
         - "Availability: Items available for loan: {library}
            Collection(s): {collection description} [{ call number }]"
    
       With the OpacItemLocation preference set to 'location,'
         - "Availability: Items available for loan: {library}
            Location(s): {shelving location} [{ call number }]"
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 897948cff5812a67144355829cf8915af17465d0)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl    | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list