[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. ac155bc1943e19b8786b221e723273bb14bfa4ce
Evergreen Git
git at git.evergreen-ils.org
Wed Sep 12 12:48:05 EDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_3_0 has been updated
via ac155bc1943e19b8786b221e723273bb14bfa4ce (commit)
from 70a06816d44ef04376ebb4d07b8ddd58c336f1c9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ac155bc1943e19b8786b221e723273bb14bfa4ce
Author: Steven Callender <stevecallender at esilibrary.com>
Date: Tue Sep 11 15:20:55 2018 -0400
LP1792014: KPAC fix for opac.holds.org_unit_not_pickup_lib in org_selector.
Signed-off-by: Steven Callender <stevecallender at esilibrary.com>
Signed-off-by: Ben Shum <ben at evergreener.net>
diff --git a/Open-ILS/src/templates/kpac/getit.tt2 b/Open-ILS/src/templates/kpac/getit.tt2
index 53056c1..a4d7469 100644
--- a/Open-ILS/src/templates/kpac/getit.tt2
+++ b/Open-ILS/src/templates/kpac/getit.tt2
@@ -74,7 +74,7 @@
[% def_lib = ctx.default_pickup_lib || ctx.physical_loc;
PROCESS "opac/parts/org_selector.tt2";
INCLUDE build_org_selector name='pickup_lib'
- value=def_lib id='pickup_lib' can_have_vols_only=1 hold_pickup_lib=0 %]
+ value=def_lib id='pickup_lib' can_have_vols_only=1 hold_pickup_lib=1 %]
<!-- HIDDEN FIELDS FOR DEFAULT NOTIFICATION PREFERENCES -->
[%- IF ctx.notify_method -%]
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/kpac/getit.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list