[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. 331db31999bbd3747b62e6348d3e1d27117c7949

Evergreen Git git at git.evergreen-ils.org
Fri Mar 8 14:56:56 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_2 has been updated
       via  331db31999bbd3747b62e6348d3e1d27117c7949 (commit)
      from  d2265ab8cc08165e789a9341702035ed6365c4ef (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 331db31999bbd3747b62e6348d3e1d27117c7949
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 cc7d4e66d0..c39953fdc8 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