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@myacpl.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@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.