]> git.koha-community.org Git - koha.git/commit
Bug 33237: Move and simplify language selection logic
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 24 Apr 2024 15:39:52 +0000 (16:39 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 27 Jun 2024 08:01:00 +0000 (10:01 +0200)
commit687ed8abb414736e58b00081a3d8b5bc36eee82a
tree9545161d709f18c49786d1bf77acaddb61da1683
parente0ec93b2d9e78ce3bc59c3e85665765b9dac48ef
Bug 33237: Move and simplify language selection logic

This patch moves the language selection into GetPreparedLetter, drops
the interface check step and ensures the default template always uses
the default include language as per the OPACLanguages settings.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit c50bb140a872e67e07426fc3fc20bceb88c7d1e3)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Letters.pm