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, 9 Aug 2019 13:18:18 +0000 (09:18 -0400)
commitdad8353e50e781f54ada5df4c4ef04291eeb923f
treedbd757d4b076d9aee2c8c7f96d11041210e601fd
parent4263a7033a2b910b3f7c278f81195461e86d09bb
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