[Koha-bugs] [Bug 28114] New: OPAC Results availability line does not show homebranch/holding branch correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 8 16:50:07 CEST 2021


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

            Bug ID: 28114
           Summary: OPAC Results availability line does not show
                    homebranch/holding branch correctly
 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: lucas at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Do an OPAC search and see that the availability line looks something like this:

Availability: Items available for loan: 1 , 1 , 2 . 

Instead of like this:

Availability: Items available for loan: Midway (1), Centerville (1), Fairview
(2)

This is beacuse singebranchmode is always set to 1:

<xsl:variable name="singleBranchMode" select="1"/>

It needs to honor the system preference.

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


More information about the Koha-bugs mailing list