https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34838
--- Comment #7 from Pedro Amorim <[email protected]> --- Created attachment 156201 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156201&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 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
