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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 30 Aug 2021 15:02:07 +0000 (17:02 +0200)
commit7baea6631a5250c19e1b460d57accb6029924eaa
tree1533c2bb3b8e091f6ed6af8efd30b959c20c1ae9
parenta8021117ca5410d62a212a027066e41601948ddb
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>
Koha/AuthorisedValues.pm