]> git.koha-community.org Git - koha.git/commit
Bug 36908: Sort branches based on branchcode
authorNick Clemens <nick@bywatersolutions.com>
Tue, 21 May 2024 12:44:25 +0000 (12:44 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 31 May 2024 15:24:39 +0000 (15:24 +0000)
commit49664b00bb1f02c969215f6555ea18734c730e23
treef831975df091fdaa041dc91037de89c211992cbc
parentde8052609f7731193dbc341293a49edc0478087d
Bug 36908: Sort branches based on branchcode

This adds a sort based on branchcode, it's a fallback for an edge case that should be rare
so I think is acceptable, as long as documented.

I added test coverage, but it may no longer be possible to encounter this scenario.

System preference descriptions are updated as well.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 46cecfdd72ee45bfad03c6875fdc078df48eabec)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 7682763fca0e1d14c27a32e9987e8c66712229cb)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Auth.pm
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref
t/db_dependent/Auth.t