Bug 40706 - Improve the display of priority on reserve/request.pl
Summary: Improve the display of priority on reserve/request.pl
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Lucas Gass (lukeg)
QA Contact: Testopia
URL:
Keywords:
Depends on: 40654
Blocks:
  Show dependency treegraph
 
Reported: 2025-08-26 15:52 UTC by Lucas Gass (lukeg)
Modified: 2025-08-26 21:17 UTC (History)
5 users (show)

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


Attachments
Bug 40706: Improve priority display on reserve/request.pl (4.46 KB, patch)
2025-08-26 16:48 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-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.