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.
Created attachment 7031 [details] [review] Proposed Patch Adds Notes column to view_holdsqueue.pl table, on the far right. If the reserve in question has a note, it will display here.
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>
QA comment: tiny patch, passed QA