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

--- Comment #2 from Marcel de Rooy <m.de.r...@rijksmuseum.nl> ---
Created attachment 57541
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57541&action=edit
Bug 17624: [Follow-up] Consistency between Availability and Location

If OpacItemLocation is set to location, the opac results xslt shows
something like:
    Availability: Copies available for loan: Library(1).
                  Copies available for reference: Library(1).
    Location(s):  Location_1 callnumber_1

Note that the reference item is not listed under Location, since the logic
for that section is different. Simply stated: Available is created by two
separate if statements, but Location is one if-else statement.

This patch changes the Location logic to two if statements. In this
process some single choose/when's are replaced by simple if's. Actually,
the change is quite minimal.

Test plan:
[1] Set OPACXSLTResultsHideNFL to Show.
    Set OpacItemLocation to Location.
[2] Use a biblio with two items. Put data in callnumber and location.
    Mark one item as not for loan.
[3] Verify that you now see both items in the Location line of the
    search results.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to