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

Evergreen Git git at git.evergreen-ils.org
Tue Mar 13 12:13:47 EDT 2012


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  dbec08980d7e10337e8d9b56147c151b36eaf650 (commit)
      from  3b14fa68e83dc926cb9288fe210894b645b14fd2 (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 dbec08980d7e10337e8d9b56147c151b36eaf650
Author: Ben Shum <bshum at biblio.org>
Date:   Thu Mar 8 02:00:26 2012 -0500

    Add patron profile filter to horizontal search
    
    LP 715837 added the ability to filter by a specific patron
    profile during a patron search, but only in the default vertical
    search interface.  For sites using horizontal search, this new
    filter option had never been included.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/patron/search_form_horiz_overlay.xul b/Open-ILS/xul/staff_client/server/patron/search_form_horiz_overlay.xul
index 3503a94..318eff9 100644
--- a/Open-ILS/xul/staff_client/server/patron/search_form_horiz_overlay.xul
+++ b/Open-ILS/xul/staff_client/server/patron/search_form_horiz_overlay.xul
@@ -27,6 +27,10 @@
                 <label control="search_range_menu" value="&staff.patron.search_form_overlay.search_range_menu.value;"/>
                 <hbox id="search_depth" />
             </hbox>
+            <hbox>
+                <label control="search_profile_menu" value="&staff.patron_search_form.profile.label;"/>
+                <hbox id="profile" />
+            </hbox>
         </hbox>
         <hbox>
             <grid id="psg" />

-----------------------------------------------------------------------

Summary of changes:
 .../server/patron/search_form_horiz_overlay.xul    |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list