26 Sep
2023
26 Sep
'23
1:20 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34838 --- Comment #11 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 156218 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156218&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> -- You are receiving this mail because: You are watching all bug changes.