]> git.evergreen-ils.org Git - Evergreen.git/commit - docs/RELEASE_NOTES_NEXT/miscellaneous.adoc
LP20474587 Fix copy stat cat fleshing in SuperCat
authorJason Stephenson <jason@sigio.com>
Wed, 27 Dec 2023 19:45:52 +0000 (14:45 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 24 Jan 2024 15:01:06 +0000 (10:01 -0500)
commit20afec33df906b62c908dd19c580a873f9bb4043
treef905e3086a9ba6da0c947e8964acd6cdb7bc6c65
parentc8b3dea9772d91f83f72389f959f6967af6e9390
LP20474587 Fix copy stat cat fleshing in SuperCat

Fix an internal server error caused by lack of fleshed stat cats when
retrieving copies or call numbers via SuperCat.

To reproduce this bug visit the locations below on an Evergreen
installation where copy stat cats are in use.  Be sure to pick a copy
id or call number with copies that have stat cats assigned.

/opac/extras/supercat/retrieve/marcxml/acn/<call number id>

or

/opac/extras/supercat/retrieve/marcxml/acp/<copy_id>

Before this patch, visiting either should produce an internal server
error.

Afater applying this patch and reinstalling Evergreen, you should get
the expected ouput, including any OPAC visible stat cat entries.

Release-note: Fix an Apache internal server error in SuperCat when retrieving copies or call numbers with statistical categories.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm
docs/RELEASE_NOTES_NEXT/miscellaneous.adoc