]> 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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 10 Jun 2024 11:01:05 +0000 (12:01 +0100)
commit3caabe886ec0c1d6967c42480efeb244e995cd7e
tree7da26efe34ccd7b2854e335ca4a2f74e2486a5bd
parent4231def42e1b1256428407f7c4b53da896ba29d4
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>
Koha/ILL/Request.pm