From 72a2d5aab13eb87343aba279c59260ee880abd94 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 30 Jul 2014 16:46:55 -0400 Subject: [PATCH] Possible fix for KPAC Holds bug. Conflicts: Open-ILS/src/templates/kpac/getit.tt2 Additional changes to hold bugs fix Further tweaking KPAC holds bug fix. --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm index f09579d973..2eb9e0535c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGKPacLoader.pm @@ -94,7 +94,7 @@ sub load_getit { ]); } - # If user is logged in and has a default pickup location for holds, grab it + # If user is logged in, get default hold pickup and notification info if ($ctx->{user}) { my $set_map = $self->ctx->{user_setting_map}; if ($$set_map{'opac.default_pickup_location'}) { -- 2.11.0