[Koha-bugs] [Bug 10656] shelving locations not alpha on search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 1 15:37:51 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10656

Nicole C. Engard <nengard at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20039|0                           |1
        is obsolete|                            |

--- Comment #7 from Nicole C. Engard <nengard at gmail.com> ---
Created attachment 20040
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20040&action=edit
[SIGNED-OFF] Bug 10656 - shelving locations not alpha on search

Collection codes and shelving locations are displayed in the OPAC and
staff client via GetAuthorisedValues which currently sorts results by
"lib, lib_opac." Consequently if lib (the description for the staff
client) doesn't match lib_opac (the description for the OPAC) sorting
will appear to be nonsensical in the OPAC. GetAuthorisedValues can be
passed an $opac parameter, so this should be used to switch how reuslts
are sorted. This patch implements such a switch.

To test, modify your collection code or shelving location authorized
values so that lib and lib_opac do not match. Set your
AdvancedSearchTypes system preference to display the modified authorized
values and view the advanced search page in the OPAC and staff client.
Sorting should be correct in each case according to the correct value
(lib in the staff client, lib_opac in the OPAC).

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
Tested in staff and opac and it works perfectly!

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


More information about the Koha-bugs mailing list