LP#1234201: fix menu item to display patron requests (if summary is horizontal)
authorGalen Charlton <gmc@esilibrary.com>
Tue, 14 Jan 2014 18:30:48 +0000 (13:30 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 15 Jan 2014 19:13:09 +0000 (14:13 -0500)
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@esilibrary.com>
Signed-off-by: Srey Seng <sreyseng@gmail.com>
Open-ILS/xul/staff_client/server/patron/display_horiz.xul

index 52aa0b6..9876065 100644 (file)
         <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" />