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)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 4 Jun 2019 21:29:50 +0000 (17:29 -0400)
commit391024d192ee14d6836a4c66b346697ae0316488
tree866078957f755e429f3522b1e57c3c87f78a7872
parent1b1e26690720f475fd79a8648743ee8076cd2929
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