https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42503 --- Comment #15 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- 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 <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.