https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34838

--- Comment #11 from Nick Clemens <[email protected]> ---
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 <[email protected]>

-- 
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/

Reply via email to