Bug 36476

Summary: Add holds priority column to patron summary print
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: CirculationAssignee: Lucas Gass (lukeg) <lucas>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- 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
Some librarians would like to add holds priority to the "Pending holds" table when printing the summary.
Comment 1 Lucas Gass (lukeg) 2024-04-01 15:49:35 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.
Comment 2 Owen Leonard 2024-04-02 12:16:31 UTC
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.
Comment 3 Sam Lau 2024-06-03 15:39:40 UTC
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>
Comment 4 Matt Blenkinsop 2024-06-05 15:24:20 UTC
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>
Comment 5 Katrin Fischer 2024-06-21 13:04:12 UTC
Pushed for 24.11!

Well done everyone, thank you!
Comment 6 Lucas Gass (lukeg) 2024-07-18 19:38:32 UTC
Enhancement will not be included in the 24.05.x series