Bug 7399

Summary: Holds Queue should show reserve notes
Product: Koha Reporter: Ian Walls <koha.sekjal>
Component: Hold requestsAssignee: Ian Walls <koha.sekjal>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, nengard, paul.poulain
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Proposed Patch
[SIGNED-OFF] Bug 7399: Holds Queue should show reserve notes

Description Ian Walls 2012-01-03 16:58:31 UTC
While the notes from the hold request are processed into the tmp_holdsqueue table by misc/cronjobs/holds/build_holds_queue.pl, they are not displayed in the staff client interface.  If staff have gone through the trouble of adding notes, it would be valuable to display them here.
Comment 1 Ian Walls 2012-01-03 17:06:20 UTC Comment hidden (obsolete)
Comment 2 Nicole C. Engard 2012-01-03 19:48:27 UTC
Created attachment 7032 [details] [review]
[SIGNED-OFF] Bug 7399: Holds Queue should show reserve notes

The notes for a specific hold, if they existed, were being added to the tmp_holdsqueue
table by build_holds_queue.pl, but they were not displayed anywhere, which seems a waste.

This patch adds the Notes column to the far right of view_holdsqueue.pl.

To Test:

Place a hold with a note
Run build_holds_queue.pl to place it in the Holds Queue
View the Holds Queue; you should see the note on the far right of the table

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Comment 3 Paul Poulain 2012-01-17 16:49:19 UTC
QA comment: tiny patch, passed QA