Bug 8657 - Default sort by call number does not work
authorOwen Leonard <oleonard@myacpl.org>
Mon, 20 Aug 2012 14:59:26 +0000 (10:59 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 29 Aug 2012 21:40:14 +0000 (09:40 +1200)
commitd7d39aaebe324599e11093a78acfde84cebee744
treea64c31740313e95ae70e9d1c667bfc43e3632a3b
parent81af4d3f59dbdcc6d38eed732652ba4415e03906
Bug 8657 - Default sort by call number does not work

If you choose to sort search results in the OPAC or staff
client by call number by default, the wrong value will
be saved by the system preferences editor. It should be
"call_number" instead of "callnumber." This patch
corrects the pref file and updates the database in cases
where defaultSortField or OPACdefaultSortField are
set to the incorrect value for call number sort.

To test: Set defaultSortField and/or OPACdefaultSortField
to "call number" and perform a search. Results will be
sorted by relevance. Apply the patch, update the database,
and search again. Results should now be sorted by call number.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
with the caveat that this will not fix the issue unless the sort order is first set to descending and back to ascending per bug 8012.

However, with the sort order set to a proper sort value, this patch does fix the issue.

Conflicts:

installer/data/mysql/updatedatabase.pl

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref