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>
Sat, 19 Nov 2016 12:41:32 +0000 (07:41 -0500)
commit69ec0413b104933ed8a8b559cadabdeccce20182
tree425d865f0f561c31a33809b04622f2fcf5114f12
parent72de3149e526b3177d3e210133b36586a5dbfa1f
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