Bug 38939 - Add reservenote to members/holdshistory.pl
Summary: Add reservenote to members/holdshistory.pl
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Hold requests (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Lucas Gass (lukeg)
QA Contact: Testopia
URL:
Keywords:
: 38938 (view as bug list)
Depends on: 35560
Blocks:
  Show dependency treegraph
 
Reported: 2025-01-21 16:07 UTC by Lucas Gass (lukeg)
Modified: 2025-02-11 21:29 UTC (History)
4 users (show)

See Also:
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:


Attachments
Bug 38939: Add reservenote column to members/holdshistory.pl (1.88 KB, patch)
2025-01-21 16:10 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 38939: Add reservenote column to members/holdshistory.pl (1.94 KB, patch)
2025-01-22 22:29 UTC, PTFS Europe Sandboxes
Details | Diff | Splinter Review
Bug 38939: Add reservenote column to members/holdshistory.pl (2.63 KB, patch)
2025-02-11 21:28 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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