https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34838 --- Comment #39 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 167212 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167212&action=edit 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> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.