[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. fbd131596284ae375aa13e2ff14480cb8b6e791b

Evergreen Git git at git.evergreen-ils.org
Wed Jan 15 14:15:44 EST 2014


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_2_4 has been updated
       via  fbd131596284ae375aa13e2ff14480cb8b6e791b (commit)
      from  6ee0254486437cab78142de82bbc730b0b4c880f (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 fbd131596284ae375aa13e2ff14480cb8b6e791b
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Jan 14 13:30:48 2014 -0500

    LP#1234201: fix menu item to display patron requests (if summary is horizontal)
    
    This patch adds a missing command element to the horizontal
    patron summary display so that the 'Acquisition Requests' menu
    item will work.
    
    To test:
    
    [1] Set the Patron circulation summary is horizontal library setting
        to true.
    [2] Retrieve a patron and try using the Acquisition Requests menu
        item.  It will do nothing.
    [3] Apply the patch and clear cache in the staff client.
    [4] Repeat step 2.  This time, the Acquisitions Request menu item
        should bring up the list of the patron's requests.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Srey Seng <sreyseng at gmail.com>

diff --git a/Open-ILS/xul/staff_client/server/patron/display_horiz.xul b/Open-ILS/xul/staff_client/server/patron/display_horiz.xul
index 52aa0b6..9876065 100644
--- a/Open-ILS/xul/staff_client/server/patron/display_horiz.xul
+++ b/Open-ILS/xul/staff_client/server/patron/display_horiz.xul
@@ -109,6 +109,7 @@
         <command id="cmd_patron_info_triggered_events" />
         <command id="cmd_patron_info_stats" />
         <command id="cmd_patron_info_surveys" />
+        <command id="cmd_patron_info_acq_requests" />
         <command id="cmd_patron_info_groups" />
         <command id="cmd_patron_other" />
         <command id="cmd_patron_alert" />

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list