]> git.koha-community.org Git - koha.git/commit
Bug 34838: Only call strings_map if status_alias is not undef in status_alias cycle
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Tue, 26 Sep 2023 09:33:08 +0000 (09:33 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 17 Jul 2024 13:14:11 +0000 (15:14 +0200)
commitd5ff7f6c49162d14bd10f63ca47a33703a830947
tree0998b72b3eb841e9c565e05b24c6c02046667aff
parentaead5dc63cb23d535e849bd84c2e02f40da22e5a
Bug 34838: Only call strings_map if status_alias is not undef in status_alias cycle

Because its highly likely that at least one request will have status_alias null in the database, the select MAX query will always return at least one result with NULL status_alias, throwing a warning, so we skip that

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Illbackend.pm