Summary: | OPAC Results availability line does not show homebranch/holding branch correctly | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | OPAC | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fridolin.somers, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
21.05.00
|
Circulation function: | |
Bug Depends on: | 21260 | ||
Bug Blocks: | |||
Attachments: |
Bug 28114: Fix error in MARC21slim2OPACResults
Bug 28114: Fix error in MARC21slim2OPACResults Bug 28114: Fix error in MARC21slim2OPACResults Bug 28114: Fix error in MARC21slim2OPACResults - correctly select singleBranchMode |
Description
Lucas Gass (lukeg)
2021-04-08 14:50:07 UTC
Created attachment 119326 [details] [review] Bug 28114: Fix error in MARC21slim2OPACResults To test: -Look at search results and see something like: Availability: Items available for loan: 1 , 1 , 2 . -Apply patch -See something like: Availability: Items available for loan: Midway (1), Centerville (1), Fairview (2) Created attachment 119340 [details] [review] Bug 28114: Fix error in MARC21slim2OPACResults To test: -Look at search results and see something like: Availability: Items available for loan: 1 , 1 , 2 . -Apply patch -See something like: Availability: Items available for loan: Midway (1), Centerville (1), Fairview (2) Signed-off-by: David Nind <david@davidnind.com> Created attachment 119538 [details] [review] Bug 28114: Fix error in MARC21slim2OPACResults To test: -Look at search results and see something like: Availability: Items available for loan: 1 , 1 , 2 . -Apply patch -See something like: Availability: Items available for loan: Midway (1), Centerville (1), Fairview (2) Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Trivial obvious fix, passing QA Created attachment 119576 [details] [review] Bug 28114: Fix error in MARC21slim2OPACResults - correctly select singleBranchMode To test: -Look at search results and see something like: Availability: Items available for loan: 1 , 1 , 2 . -Apply patch -See something like: Availability: Items available for loan: Midway (1), Centerville (1), Fairview (2) Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 21.05, thanks to everybody involved! |