]> git.koha-community.org Git - koha.git/commit
Bug 34838: Only check for status in status graph if request has a status
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Tue, 26 Sep 2023 09:35:01 +0000 (09:35 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 27 Jun 2024 16:21:39 +0000 (16:21 +0000)
commit0dc1aaf09d4c580f352c7bd948393b89118c3cf1
treeec9f94081cafa2e5990d55d593c3dcf9882e7725
parent804f8b4fbbcd73c83a0fca399106dc69d3234a2d
Bug 34838: Only check for status in status graph if request has a status

This check is required because when the existing_statuses method checks for the existing status_alias, it'll leave out the status from the query, so the status will be NULL for those particular query results when calling strings_map, throwing a warning

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 3caabe886ec0c1d6967c42480efeb244e995cd7e)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/ILL/Request.pm