Summary: | Add reservenote to members/holdshistory.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Hold requests | Assignee: | 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
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. *** Bug 38938 has been marked as a duplicate of this bug. *** 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> (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. 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. Rebased on top of 35560 |