Bug 28514: Set lang to default is not passed
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 22 Jun 2021 09:57:00 +0000 (11:57 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 22 Jun 2021 10:04:31 +0000 (12:04 +0200)
commit705655aff4a13f8efd84a6aeb1173c61d23d1a99
tree4547fa0dfe1be575168b908e8a6edc7c991e0579
parentd3ab8dbeec188ad21c468d82ba8692e89df77a59
Bug 28514: Set lang to default is not passed

It fixes the following test:
    #   Failed test 'no lang passed, default is returned'
    #   at t/db_dependent/Koha/Notices.t line 105.
    #          got: 'es-ES'
    #     expected: 'default'
    # Looks like you failed 1 test of 7.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Notice/Templates.pm