From 7f65c031c3a5eb514eac418ca667c21fe1cfb342 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 14 Jan 2014 13:30:48 -0500 Subject: [PATCH] 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 Signed-off-by: Srey Seng --- Open-ILS/xul/staff_client/server/patron/display_horiz.xul | 1 + 1 file changed, 1 insertion(+) 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 52aa0b699f..9876065a04 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 @@ + -- 2.11.0