]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1970486: fix SuperCat crash on serial units with stat cats
authorGalen Charlton <gmc@equinoxOLI.org>
Tue, 26 Apr 2022 21:33:18 +0000 (17:33 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 27 Apr 2022 14:11:58 +0000 (10:11 -0400)
commit27d6cc9ab496249b494af53868445e314cc8db8c
tree7b10f4f7958a0cdb8c3436df41b1172f0156dc6d
parent4f1a4030660e52282722a2b22165535bf4af7c44
LP#1970486: fix SuperCat crash on serial units with stat cats

This patch fixes a bug where retrieving a title via SuperCat (in
particular, with holdings XML) can crash of the title has a serial
unit (i.e., barcoded serial item) attached that also has a statistical
category.

To test
-------
[1] Create a title with a barcoded serial item.
[2] Attempt to fetch the title via SuperCat:

https://EGSERVER/opac/extras/supercat/retrieve/marcxml-full/record/BIBID

[3] Note that an internal server error is returned.
[4] Apply the patch and repeat step 2. This time, an XML
    document should be returned that includes the serial item
    and its stat cat.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm