Bug 40706

Summary: Improve the display of priority on reserve/request.pl
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: CirculationAssignee: Lucas Gass (lukeg) <lucas>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: andrew, dbarden, gmcharlt, kyle, oleonard
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 40654    
Bug Blocks:    
Attachments: Bug 40706: Improve priority display on reserve/request.pl

Description Lucas Gass (lukeg) 2025-08-26 15:52:14 UTC
Bug 40654 changed the display of the "priority" column on 40654 reserve/request.pl

I think that display can be made better, particularly when there is a single hold in the table.
Comment 1 Lucas Gass (lukeg) 2025-08-26 16:48:24 UTC
Created attachment 185803 [details] [review]
Bug 40706: Improve priority display on reserve/request.pl

The main goal of this patch is to ensure that the "Change priority to:" and "Current priority:" numbers line up along the page, making it easy to read/parse the data in that column.

To test:
1. APPLY PATCH
2. Make 1 hold on an item and go to reserve/request.pl
3. Observe the prioroty column, ensuring it looks good and the priority numbers line up nicely.
4. Make many holds, ensuring the columns look good and the priority numbers line up nicely.