]> 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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 17 Jul 2024 13:14:11 +0000 (15:14 +0200)
commit865aa2fd22861c1fe969328bc750691eca831113
tree7da1ad6f815283773b69a1df2f1fbbc4a7c1b1e4
parentd5ff7f6c49162d14bd10f63ca47a33703a830947
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>
Koha/Illrequest.pm