Bug 38939

Summary: Add reservenote to members/holdshistory.pl
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: Hold requestsAssignee: Lucas Gass (lukeg) <lucas>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: barbara.johnson, gmcharlt, jonathan.druart, lisette
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
This enhancement add a 'Hold note' column to the patron's hold history table. It is configurable via administration's Table settings.
Version(s) released in:
Circulation function:
Bug Depends on: 35560    
Bug Blocks:    
Attachments: Bug 38939: Add reservenote column to members/holdshistory.pl
Bug 38939: Add reservenote column to members/holdshistory.pl
Bug 38939: Add reservenote column to members/holdshistory.pl

Description Lucas Gass (lukeg) 2025-01-21 16:07:01 UTC
For some libraries it would be handy to show the reserve note on the hold history page for a patron.
Comment 1 Lucas Gass (lukeg) 2025-01-21 16:10:22 UTC
Created attachment 176872 [details] [review]
Bug 38939: Add reservenote column to members/holdshistory.pl

To test:
1. APPLY PATCH, restart_all
2. Make some holds for patrons in both the staff client and the OPAC. ( For OPAC turn on  OpacHoldNotes )
3. Make sure you add some notes to each of these holds.
4. Go to the patron account and click on the 'Holds history' tab.
5. Make sure the hold note is there and looks correct.
6. Ensure you can hide the coluimn properly via Table settings.
Comment 2 Lucas Gass (lukeg) 2025-01-21 16:14:02 UTC
*** Bug 38938 has been marked as a duplicate of this bug. ***
Comment 3 PTFS Europe Sandboxes 2025-01-22 22:29:14 UTC
Created attachment 176938 [details] [review]
Bug 38939: Add reservenote column to members/holdshistory.pl

To test:
1. APPLY PATCH, restart_all
2. Make some holds for patrons in both the staff client and the OPAC. ( For OPAC turn on  OpacHoldNotes )
3. Make sure you add some notes to each of these holds.
4. Go to the patron account and click on the 'Holds history' tab.
5. Make sure the hold note is there and looks correct.
6. Ensure you can hide the coluimn properly via Table settings.

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Comment 4 Jonathan Druart 2025-02-10 12:46:53 UTC
Would be nice to base this on top of bug 35560.
Comment 5 Lucas Gass (lukeg) 2025-02-10 14:43:14 UTC
(In reply to Jonathan Druart from comment #4)
> Would be nice to base this on top of bug 35560.

Yes, I agree and can do so.
Comment 6 Lucas Gass (lukeg) 2025-02-11 21:28:33 UTC
Created attachment 177795 [details] [review]
Bug 38939: Add reservenote column to members/holdshistory.pl

To test:
1. APPLY PATCH, restart_all
2. Make some holds for patrons in both the staff client and the OPAC. ( For OPAC turn on  OpacHoldNotes )
3. Make sure you add some notes to each of these holds.
4. Go to the patron account and click on the 'Holds history' tab.
5. Make sure the hold note is there and looks correct.
6. Ensure you can hide the coluimn properly via Table settings.
Comment 7 Lucas Gass (lukeg) 2025-02-11 21:29:10 UTC
Rebased on top of 35560