[open-ils-commits] [GIT] Evergreen ILS branch master updated. dcc170680f1847f6edacc788a425651eaff6fafd

Evergreen Git git at git.evergreen-ils.org
Fri Mar 8 14:56:34 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, master has been updated
       via  dcc170680f1847f6edacc788a425651eaff6fafd (commit)
      from  0de1824b27c48cb2d24b6e8b0a5e61711dc74452 (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 dcc170680f1847f6edacc788a425651eaff6fafd
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