KPAC - Hold results not displaying item title and throwing log error
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 22 Feb 2016 23:15:53 +0000 (18:15 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 13 Sep 2019 19:10:43 +0000 (15:10 -0400)
commit4af3194b2b02e0fb4e73a2dfc454f3786673b5fd
tree8dd968bcff267636c635e2ac46917abf27bf09bd
parent5c8b030169dcce45cb5d7be50eb1288841671f66
KPAC - Hold results not displaying item title and throwing log error

I believe the path comparison operator in the 'load' subroutine has
a flaw in logic caused by a path-naming problem. The path-matching
function recognizes the kpac/getit_results path as matching positively
for both the load_getit subroutine and the load_getit_results subroutine.

This patch reverses the order in which the matching occurs in an attempt
to resolve the conflict.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm
Open-ILS/src/templates/kpac/getit_results.tt2