Bug 28554: In Koha::AuthorisedValues sort by description
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 11 Jun 2021 11:35:41 +0000 (13:35 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 3 Sep 2021 14:47:08 +0000 (10:47 -0400)
commitee27af1cd97b2d7188867cfe0fc77c0f90aff1c8
tree24bbbc439673f707af681c33dbe170f8e19d0622
parent95a389f07931323b2bfcb365ad2d06272a65e2bf
Bug 28554: In Koha::AuthorisedValues sort by description

In itemsearch form, there are several filters build with authorized values.
There values should be sorted by description.

Test plan :
1) Create several values and descriptions in authorized values LOC
2) Go to itemsearch
3) See filter by location sorts on description and not on value

Seems change in search_by_marc_field can not be tested in interface

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/AuthorisedValues.pm