| Summary: | Holds Queue should show reserve notes | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Ian Walls <koha.sekjal> | 
| Component: | Hold requests | Assignee: | 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 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: | Proposed Patch [SIGNED-OFF] Bug 7399: Holds Queue should show reserve notes | ||
| 
        
          Description
        
        
          Ian Walls
        
        
        
        
          2012-01-03 16:58:31 UTC
        
       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 |