| Summary: | Add holds priority column to patron summary print | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
| Component: | Circulation | Assignee: | Lucas Gass (lukeg) <lucas> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | gmcharlt, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: |
Adds a holds priority column to the "Pending holds" table when printing the patron's account summary.
|
Version(s) released in: |
24.11.00
|
| Circulation function: | |||
| Attachments: |
Bug 36476: Add holds priority column to members/summary-print.pl pending holds table
Bug 36476: Add holds priority column to members/summary-print.pl pending holds table Bug 36476: Add holds priority column to members/summary-print.pl pending holds table |
||
|
Description
Lucas Gass (lukeg)
2024-04-01 15:45:41 UTC
Created attachment 164204 [details] [review] Bug 36476: Add holds priority column to members/summary-print.pl pending holds table To test: APPLY PATCH and restart_all 1. Have a patron with and some holds and different priority. 2. Go to the patron account and click Print > Print summary 3. Notice the new holds priority column. Note: Table settings don't work on these tables. See Bug 36475. I wonder if this feature should be tied to the OPACShowHoldQueueDetails preference? Like the OPAC, the print summary is (usually?) for view by the patron. If a library chose not to show hold priority in the OPAC I would assume they wouldn't want hold priority to appear on a paper handed to the patron. Created attachment 167350 [details] [review] Bug 36476: Add holds priority column to members/summary-print.pl pending holds table To test: APPLY PATCH and restart_all 1. Have a patron with and some holds and different priority. 2. Go to the patron account and click Print > Print summary 3. Notice the new holds priority column. Note: Table settings don't work on these tables. See Bug 36475. Signed-off-by: Sam Lau <samalau@gmail.com> Created attachment 167454 [details] [review] Bug 36476: Add holds priority column to members/summary-print.pl pending holds table To test: APPLY PATCH and restart_all 1. Have a patron with and some holds and different priority. 2. Go to the patron account and click Print > Print summary 3. Notice the new holds priority column. Note: Table settings don't work on these tables. See Bug 36475. Signed-off-by: Sam Lau <samalau@gmail.com> Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> Pushed for 24.11! Well done everyone, thank you! Enhancement will not be included in the 24.05.x series |