[Koha-bugs] [Bug 27868] Adding the Expiration Date to the Holds Awaiting Pickup report

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 7 23:28:24 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27868

--- Comment #2 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 128334
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128334&action=edit
Bug 27868: Add expiration date to holds awaiting pickup

To test:
1. Have some holds awaiting pickup, also have some holds that have been waiting
longer than the ReservesMaxPickUpDelay is set to.
2. Go to /cgi-bin/koha/circ/waitingreserves.pl
3. There is no expiration date
4. Apply patch and restart_all
5. Now there should be a Expiration date column, make sure you can see it in
both Holds waiting and Holds waiting over X days
6. Make sure all the columns Waiting Since, Date hold placed, and expiration
date still sort correctly
6. Go to Table settings, and make sure all the columns hide correctly for both
of the  holds_awaiting_pickup tables ( holdst & holdso )

Note: This patch also corrects 2 other small problems

1. Corrects a problem where the table settings did not account for the checkbox
column at the beginnning of each table
2. Removes the title-string class and uses data-order to sort Waiting Since,
Date hold placed, and expiration date ( see Bug 27934 )

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list