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

--- Comment #15 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 199162
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199162&action=edit
Bug 42503: (follow-up) Sort libraries and category by name

Sorting on library and category columns was ordering by code values
(branchcode, categorycode) rather than human-readable names.

This patch:
- Adds item.holding_library, item.home_library, and pickup_library
  embeds so the library names are JOINed and sortable
- Adds patron.category and patron.library embeds for the same reason
- Adds a pickup_library relationship alias to TmpHoldsqueue
- Changes data fields to point to the .name columns for sorting

Signed-off-by: Tomas Cohen Arazi <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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