]> 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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 29 May 2024 14:43:25 +0000 (16:43 +0200)
commit7682763fca0e1d14c27a32e9987e8c66712229cb
tree26c62ada7ff3831b131e3d8ad64e79727363a91f
parentaa1c4c0281039749fa024687049b32b375d78ec6
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>
C4/Auth.pm
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref
t/db_dependent/Auth.t