[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. 34f1028c9596767e341c9c2cb58be3802af59a5b
Evergreen Git
git at git.evergreen-ils.org
Fri Mar 8 14:57:16 EST 2019
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_1 has been updated
via 34f1028c9596767e341c9c2cb58be3802af59a5b (commit)
from df0207b801dda6c1c7b5bb3fe8069f0c146e75ea (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 34f1028c9596767e341c9c2cb58be3802af59a5b
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Sun Sep 2 16:13:46 2018 -0700
LP1665534: Make pickup library in bib record holds view sticky
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
Signed-off-by: Michele Morgan <mmorgan at noblenet.org>
Signed-off-by: Bill Erickson <berickxx at gmail.com>
diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
index b73c8582b3..6e16d01a25 100644
--- a/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
+++ b/Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2
@@ -4,7 +4,7 @@
<div class="col-md-3">
<div class="input-group">
<span class="input-group-addon">[% l('Pickup Library') %]</span>
- <eg-org-selector selected="pickup_ou" onchange="pickup_ou_changed"></eg-org-selector>
+ <eg-org-selector selected="pickup_ou" onchange="pickup_ou_changed" sticky-setting="cat.holds.pickup_ou"></eg-org-selector>
</div>
</div>
</div>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/cat/catalog/t_holds.tt2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list